Html Css Color HEX #612CDD Purple Heart

📋 copy color: '#612CDD'

red 97 ◦ green 44 ◦ blue 221

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

Shades of Purple Heart #612CDD

Tints of Purple Heart #612CDD

RGB

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

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

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

R = 26.8%
G = 12.15%
B = 61.05%

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

#612CDD (or 0x612CDD) is known color: Purple Heart. HEX triplet: 61, 2C and DD. RGB value is (97,44,221). Sum of RGB (Red+Green+Blue) = 97+44+221=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #612CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CDD is #9ED322. Grayscale: #4F4F4F. Windows color (decimal): -10408739 or 14494817. OLE color: 14494817.

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

Color convert

RGB 97 44 221 -
CMYK 0.56 0.80 0 0.13
HSL 257.97º 0.72% 0.52% -
HSV(B) 257.97º 0.8% 0.87% -
XYZ 18.88 9.56 69.26 -
YUV 80.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 97 44 221 0.56 0.80 0 0.13 257.97 0.72 0.52
Hex 61 2C DD 38 50 0 D 102 48 34
Octal 141 54 335 70 120 0 15 402 110 64
Binary 1100001 101100 11011101 111000 1010000 0 1101 100000010 1001000 110100

Color Harmonies of #612CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CDD

Black with #612CDD

Text Example


Text Example

White with #612CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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