Html Css Color HEX #612CDF Purple Heart

📋 copy color: '#612CDF'

red 97 ◦ green 44 ◦ blue 223

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

Shades of Purple Heart #612CDF

Tints of Purple Heart #612CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 26.65%
G = 12.09%
B = 61.26%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#612CDF (or 0x612CDF) is known color: Purple Heart. HEX triplet: 61, 2C and DF. RGB value is (97,44,223). Sum of RGB (Red+Green+Blue) = 97+44+223=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #612CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CDF is #9ED320. Grayscale: #4F4F4F. Windows color (decimal): -10408737 or 14625889. OLE color: 14625889.

HSL color Cylindrical-coordinate representation of color #612CDF: hue angle of 257.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612CDF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 44 223 -
CMYK 0.57 0.80 0 0.13
HSL 257.77º 0.74% 0.52% -
HSV(B) 257.77º 0.8% 0.87% -
XYZ 19.15 9.67 70.67 -
YUV 80.25 208.56 139.95 -
System Red Green Blue C M Y K H S L
Decimal 97 44 223 0.57 0.80 0 0.13 257.77 0.74 0.52
Hex 61 2C DF 39 50 0 D 102 4A 34
Octal 141 54 337 71 120 0 15 402 112 64
Binary 1100001 101100 11011111 111001 1010000 0 1101 100000010 1001010 110100

Color Harmonies of #612CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CDF

Black with #612CDF

Text Example


Text Example

White with #612CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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