Html Css Color HEX #612CC0 Purple Heart

📋 copy color: '#612CC0'

red 97 ◦ green 44 ◦ blue 192

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

Shades of Purple Heart #612CC0

Tints of Purple Heart #612CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

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

R = 29.13%
G = 13.21%
B = 57.66%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#612CC0 (or 0x612CC0) is known color: Purple Heart. HEX triplet: 61, 2C and C0. RGB value is (97,44,192). Sum of RGB (Red+Green+Blue) = 97+44+192=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #612CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CC0 is #9ED33F. Grayscale: #4C4C4C. Windows color (decimal): -10408768 or 12594273. OLE color: 12594273.

HSL color Cylindrical-coordinate representation of color #612CC0: hue angle of 261.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612CC0 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 44 192 -
CMYK 0.49 0.77 0 0.25
HSL 261.49º 0.63% 0.46% -
HSV(B) 261.49º 0.77% 0.75% -
XYZ 15.34 8.15 50.63 -
YUV 76.72 193.06 142.47 -
System Red Green Blue C M Y K H S L
Decimal 97 44 192 0.49 0.77 0 0.25 261.49 0.63 0.46
Hex 61 2C C0 31 4D 0 19 105 3F 2E
Octal 141 54 300 61 115 0 31 405 77 56
Binary 1100001 101100 11000000 110001 1001101 0 11001 100000101 111111 101110

Color Harmonies of #612CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CC0

Black with #612CC0

Text Example


Text Example

White with #612CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612CC0; }

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

 H1.HeaderClassName
 {
   color: #612CC0;
 }
 .AnyTagClassName
 {
   color: #612CC0;
 }
</style>

background-color css

<style>
 a { background-color: #612CC0; }

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

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

border-color css

<style>
 span { border-color: #612CC0; }

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

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