Html Css Color HEX #6109CC Purple Heart

📋 copy color: '#6109CC'

red 97 ◦ green 9 ◦ blue 204

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

Shades of Purple Heart #6109CC

Tints of Purple Heart #6109CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 31.29%
G = 2.9%
B = 65.81%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6109CC (or 0x6109CC) is known color: Purple Heart. HEX triplet: 61, 09 and CC. RGB value is (97,9,204). Sum of RGB (Red+Green+Blue) = 97+9+204=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #6109CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6109CC is #9EF633. Grayscale: #383838. Windows color (decimal): -10417716 or 13371745. OLE color: 13371745.

HSL color Cylindrical-coordinate representation of color #6109CC: hue angle of 267.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109CC is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 9 204 -
CMYK 0.52 0.96 0 0.2
HSL 267.08º 0.92% 0.42% -
HSV(B) 267.08º 0.96% 0.8% -
XYZ 15.93 7.1 57.66 -
YUV 57.54 210.65 156.14 -
System Red Green Blue C M Y K H S L
Decimal 97 9 204 0.52 0.96 0 0.2 267.08 0.92 0.42
Hex 61 9 CC 34 60 0 14 10B 5C 2A
Octal 141 11 314 64 140 0 24 413 134 52
Binary 1100001 1001 11001100 110100 1100000 0 10100 100001011 1011100 101010

Color Harmonies of #6109CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6109CC

Black with #6109CC

Text Example


Text Example

White with #6109CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6109CC; }

 p { color: rgb(97,9,204); }

 H1.HeaderClassName
 {
   color: #6109CC;
 }
 .AnyTagClassName
 {
   color: #6109CC;
 }
</style>

background-color css

<style>
 a { background-color: #6109CC; }

 a { background-color: rgb(97,9,204); }

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

border-color css

<style>
 span { border-color: #6109CC; }

 span { border-color: rgb(97,9,204); }

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