Html Css Color HEX #6802BB Purple Heart

📋 copy color: '#6802BB'

red 104 ◦ green 2 ◦ blue 187

#6802BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6802BB

Tints of Purple Heart #6802BB

RGB

 RED value IS 104 (41.02% from 255) = 35.49%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 187 (73.44% from 255) = 63.82%

R = 35.49%
G = 0.68%
B = 63.82%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6802BB (or 0x6802BB) is known color: Purple Heart. HEX triplet: 68, 02 and BB. RGB value is (104,2,187). Sum of RGB (Red+Green+Blue) = 104+2+187=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #6802BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802BB is #97FD44. Grayscale: #343434. Windows color (decimal): -9960773 or 12255848. OLE color: 12255848.

HSL color Cylindrical-coordinate representation of color #6802BB: hue angle of 273.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802BB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 2 187 -
CMYK 0.44 0.99 0 0.27
HSL 273.08º 0.98% 0.37% -
HSV(B) 273.08º 0.99% 0.73% -
XYZ 14.7 6.57 47.51 -
YUV 53.59 203.29 163.96 -
System Red Green Blue C M Y K H S L
Decimal 104 2 187 0.44 0.99 0 0.27 273.08 0.98 0.37
Hex 68 2 BB 2C 63 0 1B 111 62 25
Octal 150 2 273 54 143 0 33 421 142 45
Binary 1101000 10 10111011 101100 1100011 0 11011 100010001 1100010 100101

Color Harmonies of #6802BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802BB

Black with #6802BB

Text Example


Text Example

White with #6802BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6802BB; }

 p { color: rgb(104,2,187); }

 H1.HeaderClassName
 {
   color: #6802BB;
 }
 .AnyTagClassName
 {
   color: #6802BB;
 }
</style>

background-color css

<style>
 a { background-color: #6802BB; }

 a { background-color: rgb(104,2,187); }

 div.DivClassName
 {
   background-color: #6802BB;
 }
 .BgClassName
 {
   background-color: #6802BB;
 }
</style>

border-color css

<style>
 span { border-color: #6802BB; }

 span { border-color: rgb(104,2,187); }

 td.TdClassName
 {
   border-color: #6802BB;
 }
 .TagClassName
 {
   border-color: #6802BB;
 }
</style>