Html Css Color HEX #6801CB Purple Heart

📋 copy color: '#6801CB'

red 104 ◦ green 1 ◦ blue 203

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

Shades of Purple Heart #6801CB

Tints of Purple Heart #6801CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 33.77%
G = 0.32%
B = 65.91%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6801CB (or 0x6801CB) is known color: Purple Heart. HEX triplet: 68, 01 and CB. RGB value is (104,1,203). Sum of RGB (Red+Green+Blue) = 104+1+203=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #6801CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801CB is #97FE34. Grayscale: #363636. Windows color (decimal): -9961013 or 13304168. OLE color: 13304168.

HSL color Cylindrical-coordinate representation of color #6801CB: hue angle of 270.59º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6801CB is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 1 203 -
CMYK 0.49 1.00 0 0.20
HSL 270.59º 0.99% 0.4% -
HSV(B) 270.59º 1% 0.8% -
XYZ 16.5 7.28 57.03 -
YUV 54.83 211.62 163.07 -
System Red Green Blue C M Y K H S L
Decimal 104 1 203 0.49 1.00 0 0.20 270.59 0.99 0.4
Hex 68 1 CB 31 64 0 14 10F 63 28
Octal 150 1 313 61 144 0 24 417 143 50
Binary 1101000 1 11001011 110001 1100100 0 10100 100001111 1100011 101000

Color Harmonies of #6801CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801CB

Black with #6801CB

Text Example


Text Example

White with #6801CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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