Html Css Color HEX #6112CC Purple Heart

📋 copy color: '#6112CC'

red 97 ◦ green 18 ◦ blue 204

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

Shades of Purple Heart #6112CC

Tints of Purple Heart #6112CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 30.41%
G = 5.64%
B = 63.95%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6112CC (or 0x6112CC) is known color: Purple Heart. HEX triplet: 61, 12 and CC. RGB value is (97,18,204). Sum of RGB (Red+Green+Blue) = 97+18+204=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #6112CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112CC is #9EED33. Grayscale: #3E3E3E. Windows color (decimal): -10415412 or 13374049. OLE color: 13374049.

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

Color convert

RGB 97 18 204 -
CMYK 0.52 0.91 0 0.2
HSL 265.48º 0.84% 0.44% -
HSV(B) 265.48º 0.91% 0.8% -
XYZ 16.05 7.33 57.7 -
YUV 62.83 207.67 152.38 -
System Red Green Blue C M Y K H S L
Decimal 97 18 204 0.52 0.91 0 0.2 265.48 0.84 0.44
Hex 61 12 CC 34 5B 0 14 109 54 2C
Octal 141 22 314 64 133 0 24 411 124 54
Binary 1100001 10010 11001100 110100 1011011 0 10100 100001001 1010100 101100

Color Harmonies of #6112CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6112CC

Black with #6112CC

Text Example


Text Example

White with #6112CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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