Html Css Color HEX #6702C2 Purple Heart

📋 copy color: '#6702C2'

red 103 ◦ green 2 ◦ blue 194

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

Shades of Purple Heart #6702C2

Tints of Purple Heart #6702C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 64.88%

R = 34.45%
G = 0.67%
B = 64.88%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6702C2 (or 0x6702C2) is known color: Purple Heart. HEX triplet: 67, 02 and C2. RGB value is (103,2,194). Sum of RGB (Red+Green+Blue) = 103+2+194=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #6702C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702C2 is #98FD3D. Grayscale: #353535. Windows color (decimal): -10026302 or 12714599. OLE color: 12714599.

HSL color Cylindrical-coordinate representation of color #6702C2: hue angle of 271.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6702C2 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 103 2 194 -
CMYK 0.47 0.99 0 0.24
HSL 271.56º 0.98% 0.38% -
HSV(B) 271.56º 0.99% 0.76% -
XYZ 15.35 6.82 51.55 -
YUV 54.09 206.96 162.89 -
System Red Green Blue C M Y K H S L
Decimal 103 2 194 0.47 0.99 0 0.24 271.56 0.98 0.38
Hex 67 2 C2 2F 63 0 18 110 62 26
Octal 147 2 302 57 143 0 30 420 142 46
Binary 1100111 10 11000010 101111 1100011 0 11000 100010000 1100010 100110

Color Harmonies of #6702C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6702C2

Black with #6702C2

Text Example


Text Example

White with #6702C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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