Html Css Color HEX #612CDC Purple Heart

📋 copy color: '#612CDC'

red 97 ◦ green 44 ◦ blue 220

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

Shades of Purple Heart #612CDC

Tints of Purple Heart #612CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 26.87%
G = 12.19%
B = 60.94%

CMYK

 C value IS 0.56

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#612CDC (or 0x612CDC) is known color: Purple Heart. HEX triplet: 61, 2C and DC. RGB value is (97,44,220). Sum of RGB (Red+Green+Blue) = 97+44+220=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #612CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CDC is #9ED323. Grayscale: #4F4F4F. Windows color (decimal): -10408740 or 14429281. OLE color: 14429281.

HSL color Cylindrical-coordinate representation of color #612CDC: hue angle of 258.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612CDC is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 44 220 -
CMYK 0.56 0.8 0 0.14
HSL 258.07º 0.72% 0.52% -
HSV(B) 258.07º 0.8% 0.86% -
XYZ 18.75 9.51 68.56 -
YUV 79.91 207.06 140.19 -
System Red Green Blue C M Y K H S L
Decimal 97 44 220 0.56 0.8 0 0.14 258.07 0.72 0.52
Hex 61 2C DC 38 50 0 E 102 48 34
Octal 141 54 334 70 120 0 16 402 110 64
Binary 1100001 101100 11011100 111000 1010000 0 1110 100000010 1001000 110100

Color Harmonies of #612CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CDC

Black with #612CDC

Text Example


Text Example

White with #612CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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