Html Css Color HEX #6805C2 Purple Heart

📋 copy color: '#6805C2'

red 104 ◦ green 5 ◦ blue 194

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

Shades of Purple Heart #6805C2

Tints of Purple Heart #6805C2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

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

R = 34.32%
G = 1.65%
B = 64.03%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6805C2 (or 0x6805C2) is known color: Purple Heart. HEX triplet: 68, 05 and C2. RGB value is (104,5,194). Sum of RGB (Red+Green+Blue) = 104+5+194=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #6805C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805C2 is #97FA3D. Grayscale: #373737. Windows color (decimal): -9959998 or 12715368. OLE color: 12715368.

HSL color Cylindrical-coordinate representation of color #6805C2: hue angle of 271.43º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6805C2 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 5 194 -
CMYK 0.46 0.97 0 0.24
HSL 271.43º 0.95% 0.39% -
HSV(B) 271.43º 0.97% 0.76% -
XYZ 15.5 6.95 51.56 -
YUV 56.15 205.8 162.13 -
System Red Green Blue C M Y K H S L
Decimal 104 5 194 0.46 0.97 0 0.24 271.43 0.95 0.39
Hex 68 5 C2 2E 61 0 18 10F 5F 27
Octal 150 5 302 56 141 0 30 417 137 47
Binary 1101000 101 11000010 101110 1100001 0 11000 100001111 1011111 100111

Color Harmonies of #6805C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805C2

Black with #6805C2

Text Example


Text Example

White with #6805C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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