Html Css Color HEX #612CDE Purple Heart

📋 copy color: '#612CDE'

red 97 ◦ green 44 ◦ blue 222

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

Shades of Purple Heart #612CDE

Tints of Purple Heart #612CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 26.72%
G = 12.12%
B = 61.16%

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

#612CDE (or 0x612CDE) is known color: Purple Heart. HEX triplet: 61, 2C and DE. RGB value is (97,44,222). Sum of RGB (Red+Green+Blue) = 97+44+222=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #612CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CDE is #9ED321. Grayscale: #4F4F4F. Windows color (decimal): -10408738 or 14560353. OLE color: 14560353.

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

Color convert

RGB 97 44 222 -
CMYK 0.56 0.80 0 0.13
HSL 257.87º 0.73% 0.52% -
HSV(B) 257.87º 0.8% 0.87% -
XYZ 19.02 9.62 69.96 -
YUV 80.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 97 44 222 0.56 0.80 0 0.13 257.87 0.73 0.52
Hex 61 2C DE 38 50 0 D 102 49 34
Octal 141 54 336 70 120 0 15 402 111 64
Binary 1100001 101100 11011110 111000 1010000 0 1101 100000010 1001001 110100

Color Harmonies of #612CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CDE

Black with #612CDE

Text Example


Text Example

White with #612CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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