Html Css Color HEX #6112C0 Purple Heart

📋 copy color: '#6112C0'

red 97 ◦ green 18 ◦ blue 192

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

Shades of Purple Heart #6112C0

Tints of Purple Heart #6112C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 31.6%
G = 5.86%
B = 62.54%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6112C0 (or 0x6112C0) is known color: Purple Heart. HEX triplet: 61, 12 and C0. RGB value is (97,18,192). Sum of RGB (Red+Green+Blue) = 97+18+192=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #6112C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112C0 is #9EED3F. Grayscale: #3C3C3C. Windows color (decimal): -10415424 or 12587617. OLE color: 12587617.

HSL color Cylindrical-coordinate representation of color #6112C0: hue angle of 267.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6112C0 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 18 192 -
CMYK 0.49 0.91 0 0.25
HSL 267.24º 0.83% 0.41% -
HSV(B) 267.24º 0.91% 0.75% -
XYZ 14.66 6.78 50.41 -
YUV 61.46 201.67 153.35 -
System Red Green Blue C M Y K H S L
Decimal 97 18 192 0.49 0.91 0 0.25 267.24 0.83 0.41
Hex 61 12 C0 31 5B 0 19 10B 53 29
Octal 141 22 300 61 133 0 31 413 123 51
Binary 1100001 10010 11000000 110001 1011011 0 11001 100001011 1010011 101001

Color Harmonies of #6112C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6112C0

Black with #6112C0

Text Example


Text Example

White with #6112C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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