Html Css Color HEX #6802C2 Purple Heart

📋 copy color: '#6802C2'

red 104 ◦ green 2 ◦ blue 194

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

Shades of Purple Heart #6802C2

Tints of Purple Heart #6802C2

RGB

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

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

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

R = 34.67%
G = 0.67%
B = 64.67%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6802C2 (or 0x6802C2) is known color: Purple Heart. HEX triplet: 68, 02 and C2. RGB value is (104,2,194). Sum of RGB (Red+Green+Blue) = 104+2+194=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 194 (76.17% from 255 or 64.67% from 300); Max value from RGB is 194 - color contains mainly: blue. Hex color #6802C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802C2 is #97FD3D. Grayscale: #353535. Windows color (decimal): -9960766 or 12714600. OLE color: 12714600.

HSL color Cylindrical-coordinate representation of color #6802C2: hue angle of 271.88º 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 #6802C2 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 2 194 -
CMYK 0.46 0.99 0 0.24
HSL 271.88º 0.98% 0.38% -
HSV(B) 271.88º 0.99% 0.76% -
XYZ 15.47 6.88 51.55 -
YUV 54.39 206.79 163.39 -
System Red Green Blue C M Y K H S L
Decimal 104 2 194 0.46 0.99 0 0.24 271.88 0.98 0.38
Hex 68 2 C2 2E 63 0 18 110 62 26
Octal 150 2 302 56 143 0 30 420 142 46
Binary 1101000 10 11000010 101110 1100011 0 11000 100010000 1100010 100110

Color Harmonies of #6802C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802C2

Black with #6802C2

Text Example


Text Example

White with #6802C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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