Html Css Color HEX #612ECC Purple Heart

📋 copy color: '#612ECC'

red 97 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #612ECC

Tints of Purple Heart #612ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.26%

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

R = 27.95%
G = 13.26%
B = 58.79%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#612ECC (or 0x612ECC) is known color: Purple Heart. HEX triplet: 61, 2E and CC. RGB value is (97,46,204). Sum of RGB (Red+Green+Blue) = 97+46+204=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #612ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ECC is #9ED133. Grayscale: #4E4E4E. Windows color (decimal): -10408244 or 13381217. OLE color: 13381217.

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

Color convert

RGB 97 46 204 -
CMYK 0.52 0.77 0 0.2
HSL 259.37º 0.63% 0.49% -
HSV(B) 259.37º 0.77% 0.8% -
XYZ 16.81 8.86 57.95 -
YUV 79.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 97 46 204 0.52 0.77 0 0.2 259.37 0.63 0.49
Hex 61 2E CC 34 4D 0 14 103 3F 31
Octal 141 56 314 64 115 0 24 403 77 61
Binary 1100001 101110 11001100 110100 1001101 0 10100 100000011 111111 110001

Color Harmonies of #612ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612ECC

Black with #612ECC

Text Example


Text Example

White with #612ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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