Html Css Color HEX #612ACD Purple Heart

📋 copy color: '#612ACD'

red 97 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #612ACD

Tints of Purple Heart #612ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 28.2%
G = 12.21%
B = 59.59%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#612ACD (or 0x612ACD) is known color: Purple Heart. HEX triplet: 61, 2A and CD. RGB value is (97,42,205). Sum of RGB (Red+Green+Blue) = 97+42+205=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #612ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ACD is #9ED532. Grayscale: #4C4C4C. Windows color (decimal): -10409267 or 13445729. OLE color: 13445729.

HSL color Cylindrical-coordinate representation of color #612ACD: hue angle of 260.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612ACD is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 42 205 -
CMYK 0.53 0.80 0 0.20
HSL 260.25º 0.66% 0.48% -
HSV(B) 260.25º 0.8% 0.8% -
XYZ 16.78 8.61 58.53 -
YUV 77.03 200.22 142.25 -
System Red Green Blue C M Y K H S L
Decimal 97 42 205 0.53 0.80 0 0.20 260.25 0.66 0.48
Hex 61 2A CD 35 50 0 14 104 42 30
Octal 141 52 315 65 120 0 24 404 102 60
Binary 1100001 101010 11001101 110101 1010000 0 10100 100000100 1000010 110000

Color Harmonies of #612ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612ACD

Black with #612ACD

Text Example


Text Example

White with #612ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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