Html Css Color HEX #612DDD Purple Heart

📋 copy color: '#612DDD'

red 97 ◦ green 45 ◦ blue 221

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

Shades of Purple Heart #612DDD

Tints of Purple Heart #612DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 26.72%
G = 12.4%
B = 60.88%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#612DDD (or 0x612DDD) is known color: Purple Heart. HEX triplet: 61, 2D and DD. RGB value is (97,45,221). Sum of RGB (Red+Green+Blue) = 97+45+221=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #612DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DDD is #9ED222. Grayscale: #4F4F4F. Windows color (decimal): -10408483 or 14495073. OLE color: 14495073.

HSL color Cylindrical-coordinate representation of color #612DDD: hue angle of 257.73º degrees, saturation: 0.72, 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 #612DDD is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 45 221 -
CMYK 0.56 0.80 0 0.13
HSL 257.73º 0.72% 0.52% -
HSV(B) 257.73º 0.8% 0.87% -
XYZ 18.92 9.64 69.27 -
YUV 80.61 207.23 139.69 -
System Red Green Blue C M Y K H S L
Decimal 97 45 221 0.56 0.80 0 0.13 257.73 0.72 0.52
Hex 61 2D DD 38 50 0 D 102 48 34
Octal 141 55 335 70 120 0 15 402 110 64
Binary 1100001 101101 11011101 111000 1010000 0 1101 100000010 1001000 110100

Color Harmonies of #612DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DDD

Black with #612DDD

Text Example


Text Example

White with #612DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,45,221); }

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

background-color css

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

 a { background-color: rgb(97,45,221); }

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

border-color css

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

 span { border-color: rgb(97,45,221); }

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