Html Css Color HEX #612ADC Purple Heart

📋 copy color: '#612ADC'

red 97 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #612ADC

Tints of Purple Heart #612ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.7%

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

R = 27.02%
G = 11.7%
B = 61.28%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#612ADC (or 0x612ADC) is known color: Purple Heart. HEX triplet: 61, 2A and DC. RGB value is (97,42,220). Sum of RGB (Red+Green+Blue) = 97+42+220=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #612ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ADC is #9ED523. Grayscale: #4E4E4E. Windows color (decimal): -10409252 or 14428769. OLE color: 14428769.

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

Color convert

RGB 97 42 220 -
CMYK 0.56 0.81 0 0.14
HSL 258.54º 0.72% 0.51% -
HSV(B) 258.54º 0.81% 0.86% -
XYZ 18.68 9.36 68.53 -
YUV 78.74 207.72 141.03 -
System Red Green Blue C M Y K H S L
Decimal 97 42 220 0.56 0.81 0 0.14 258.54 0.72 0.51
Hex 61 2A DC 38 51 0 E 103 48 33
Octal 141 52 334 70 121 0 16 403 110 63
Binary 1100001 101010 11011100 111000 1010001 0 1110 100000011 1001000 110011

Color Harmonies of #612ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612ADC

Black with #612ADC

Text Example


Text Example

White with #612ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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