Html Css Color HEX #6801BB Purple Heart

📋 copy color: '#6801BB'

red 104 ◦ green 1 ◦ blue 187

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

Shades of Purple Heart #6801BB

Tints of Purple Heart #6801BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 35.62%
G = 0.34%
B = 64.04%

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

#6801BB (or 0x6801BB) is known color: Purple Heart. HEX triplet: 68, 01 and BB. RGB value is (104,1,187). Sum of RGB (Red+Green+Blue) = 104+1+187=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #6801BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801BB is #97FE44. Grayscale: #343434. Windows color (decimal): -9961029 or 12255592. OLE color: 12255592.

HSL color Cylindrical-coordinate representation of color #6801BB: hue angle of 273.23º degrees, saturation: 0.99, 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 #6801BB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 1 187 -
CMYK 0.44 0.99 0 0.27
HSL 273.23º 0.99% 0.37% -
HSV(B) 273.23º 0.99% 0.73% -
XYZ 14.69 6.55 47.5 -
YUV 53 203.62 164.38 -
System Red Green Blue C M Y K H S L
Decimal 104 1 187 0.44 0.99 0 0.27 273.23 0.99 0.37
Hex 68 1 BB 2C 63 0 1B 111 63 25
Octal 150 1 273 54 143 0 33 421 143 45
Binary 1101000 1 10111011 101100 1100011 0 11011 100010001 1100011 100101

Color Harmonies of #6801BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801BB

Black with #6801BB

Text Example


Text Example

White with #6801BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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