Html Css Color HEX #612EDF Purple Heart

📋 copy color: '#612EDF'

red 97 ◦ green 46 ◦ blue 223

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

Shades of Purple Heart #612EDF

Tints of Purple Heart #612EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 26.5%
G = 12.57%
B = 60.93%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#612EDF (or 0x612EDF) is known color: Purple Heart. HEX triplet: 61, 2E and DF. RGB value is (97,46,223). Sum of RGB (Red+Green+Blue) = 97+46+223=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #612EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612EDF is #9ED120. Grayscale: #505050. Windows color (decimal): -10408225 or 14626401. OLE color: 14626401.

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

Color convert

RGB 97 46 223 -
CMYK 0.57 0.79 0 0.13
HSL 257.29º 0.73% 0.53% -
HSV(B) 257.29º 0.79% 0.87% -
XYZ 19.23 9.82 70.69 -
YUV 81.43 207.9 139.11 -
System Red Green Blue C M Y K H S L
Decimal 97 46 223 0.57 0.79 0 0.13 257.29 0.73 0.53
Hex 61 2E DF 39 4F 0 D 101 49 35
Octal 141 56 337 71 117 0 15 401 111 65
Binary 1100001 101110 11011111 111001 1001111 0 1101 100000001 1001001 110101

Color Harmonies of #612EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612EDF

Black with #612EDF

Text Example


Text Example

White with #612EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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