Html Css Color HEX #6108C2 Purple Heart

📋 copy color: '#6108C2'

red 97 ◦ green 8 ◦ blue 194

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

Shades of Purple Heart #6108C2

Tints of Purple Heart #6108C2

RGB

 RED value IS 97 (38.28% from 255) = 32.44%

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 32.44%
G = 2.68%
B = 64.88%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6108C2 (or 0x6108C2) is known color: Purple Heart. HEX triplet: 61, 08 and C2. RGB value is (97,8,194). Sum of RGB (Red+Green+Blue) = 97+8+194=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 8 (3.52% from 255 or 2.68% 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 #6108C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108C2 is #9EF73D. Grayscale: #373737. Windows color (decimal): -10417982 or 12716129. OLE color: 12716129.

HSL color Cylindrical-coordinate representation of color #6108C2: hue angle of 268.71º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6108C2 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 8 194 -
CMYK 0.50 0.96 0 0.24
HSL 268.71º 0.92% 0.4% -
HSV(B) 268.71º 0.96% 0.76% -
XYZ 14.75 6.61 51.54 -
YUV 55.82 205.99 157.38 -
System Red Green Blue C M Y K H S L
Decimal 97 8 194 0.50 0.96 0 0.24 268.71 0.92 0.4
Hex 61 8 C2 32 60 0 18 10D 5C 28
Octal 141 10 302 62 140 0 30 415 134 50
Binary 1100001 1000 11000010 110010 1100000 0 11000 100001101 1011100 101000

Color Harmonies of #6108C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6108C2

Black with #6108C2

Text Example


Text Example

White with #6108C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,8,194); }

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

background-color css

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

 a { background-color: rgb(97,8,194); }

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

border-color css

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

 span { border-color: rgb(97,8,194); }

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