Html Css Color HEX #612EDE Purple Heart

📋 copy color: '#612EDE'

red 97 ◦ green 46 ◦ blue 222

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

Shades of Purple Heart #612EDE

Tints of Purple Heart #612EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

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

R = 26.58%
G = 12.6%
B = 60.82%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#612EDE (or 0x612EDE) is known color: Purple Heart. HEX triplet: 61, 2E and DE. RGB value is (97,46,222). Sum of RGB (Red+Green+Blue) = 97+46+222=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #612EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612EDE is #9ED121. Grayscale: #505050. Windows color (decimal): -10408226 or 14560865. OLE color: 14560865.

HSL color Cylindrical-coordinate representation of color #612EDE: hue angle of 257.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612EDE is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 46 222 -
CMYK 0.56 0.79 0 0.13
HSL 257.39º 0.73% 0.53% -
HSV(B) 257.39º 0.79% 0.87% -
XYZ 19.09 9.77 69.99 -
YUV 81.31 207.4 139.19 -
System Red Green Blue C M Y K H S L
Decimal 97 46 222 0.56 0.79 0 0.13 257.39 0.73 0.53
Hex 61 2E DE 38 4F 0 D 101 49 35
Octal 141 56 336 70 117 0 15 401 111 65
Binary 1100001 101110 11011110 111000 1001111 0 1101 100000001 1001001 110101

Color Harmonies of #612EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612EDE

Black with #612EDE

Text Example


Text Example

White with #612EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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