Html Css Color HEX #612CCC Purple Heart

📋 copy color: '#612CCC'

red 97 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #612CCC

Tints of Purple Heart #612CCC

RGB

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

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

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

R = 28.12%
G = 12.75%
B = 59.13%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#612CCC (or 0x612CCC) is known color: Purple Heart. HEX triplet: 61, 2C and CC. RGB value is (97,44,204). Sum of RGB (Red+Green+Blue) = 97+44+204=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #612CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CCC is #9ED333. Grayscale: #4D4D4D. Windows color (decimal): -10408756 or 13380705. OLE color: 13380705.

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

Color convert

RGB 97 44 204 -
CMYK 0.52 0.78 0 0.2
HSL 259.88º 0.65% 0.49% -
HSV(B) 259.88º 0.78% 0.8% -
XYZ 16.73 8.7 57.92 -
YUV 78.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 97 44 204 0.52 0.78 0 0.2 259.88 0.65 0.49
Hex 61 2C CC 34 4E 0 14 104 41 31
Octal 141 54 314 64 116 0 24 404 101 61
Binary 1100001 101100 11001100 110100 1001110 0 10100 100000100 1000001 110001

Color Harmonies of #612CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CCC

Black with #612CCC

Text Example


Text Example

White with #612CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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