Html Css Color HEX #6702CB Purple Heart

📋 copy color: '#6702CB'

red 103 ◦ green 2 ◦ blue 203

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

Shades of Purple Heart #6702CB

Tints of Purple Heart #6702CB

RGB

 RED value IS 103 (40.63% from 255) = 33.44%

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

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

R = 33.44%
G = 0.65%
B = 65.91%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6702CB (or 0x6702CB) is known color: Purple Heart. HEX triplet: 67, 02 and CB. RGB value is (103,2,203). Sum of RGB (Red+Green+Blue) = 103+2+203=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 2 (1.17% from 255 or 0.65% 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 #6702CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702CB is #98FD34. Grayscale: #363636. Windows color (decimal): -10026293 or 13304423. OLE color: 13304423.

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

Color convert

RGB 103 2 203 -
CMYK 0.49 0.99 0 0.20
HSL 270.15º 0.98% 0.4% -
HSV(B) 270.15º 0.99% 0.8% -
XYZ 16.39 7.24 57.03 -
YUV 55.11 211.46 162.16 -
System Red Green Blue C M Y K H S L
Decimal 103 2 203 0.49 0.99 0 0.20 270.15 0.98 0.4
Hex 67 2 CB 31 63 0 14 10E 62 28
Octal 147 2 313 61 143 0 24 416 142 50
Binary 1100111 10 11001011 110001 1100011 0 10100 100001110 1100010 101000

Color Harmonies of #6702CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6702CB

Black with #6702CB

Text Example


Text Example

White with #6702CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,2,203); }

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

background-color css

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

 a { background-color: rgb(103,2,203); }

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

border-color css

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

 span { border-color: rgb(103,2,203); }

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