Html Css Color HEX #6108CA Purple Heart

📋 copy color: '#6108CA'

red 97 ◦ green 8 ◦ blue 202

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

Shades of Purple Heart #6108CA

Tints of Purple Heart #6108CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.8%

R = 31.6%
G = 2.61%
B = 65.8%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6108CA (or 0x6108CA) is known color: Purple Heart. HEX triplet: 61, 08 and CA. RGB value is (97,8,202). Sum of RGB (Red+Green+Blue) = 97+8+202=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #6108CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108CA is #9EF735. Grayscale: #383838. Windows color (decimal): -10417974 or 13240417. OLE color: 13240417.

HSL color Cylindrical-coordinate representation of color #6108CA: hue angle of 267.53º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6108CA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 8 202 -
CMYK 0.52 0.96 0 0.21
HSL 267.53º 0.92% 0.41% -
HSV(B) 267.53º 0.96% 0.79% -
XYZ 15.68 6.98 56.4 -
YUV 56.73 209.99 156.73 -
System Red Green Blue C M Y K H S L
Decimal 97 8 202 0.52 0.96 0 0.21 267.53 0.92 0.41
Hex 61 8 CA 34 60 0 15 10C 5C 29
Octal 141 10 312 64 140 0 25 414 134 51
Binary 1100001 1000 11001010 110100 1100000 0 10101 100001100 1011100 101001

Color Harmonies of #6108CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6108CA

Black with #6108CA

Text Example


Text Example

White with #6108CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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