Html Css Color HEX #612EDC Purple Heart

📋 copy color: '#612EDC'

red 97 ◦ green 46 ◦ blue 220

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

Shades of Purple Heart #612EDC

Tints of Purple Heart #612EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 26.72%
G = 12.67%
B = 60.61%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#612EDC (or 0x612EDC) is known color: Purple Heart. HEX triplet: 61, 2E and DC. RGB value is (97,46,220). Sum of RGB (Red+Green+Blue) = 97+46+220=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #612EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612EDC is #9ED123. Grayscale: #505050. Windows color (decimal): -10408228 or 14429793. OLE color: 14429793.

HSL color Cylindrical-coordinate representation of color #612EDC: hue angle of 257.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612EDC is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 46 220 -
CMYK 0.56 0.79 0 0.14
HSL 257.59º 0.71% 0.52% -
HSV(B) 257.59º 0.79% 0.86% -
XYZ 18.83 9.66 68.58 -
YUV 81.09 206.4 139.35 -
System Red Green Blue C M Y K H S L
Decimal 97 46 220 0.56 0.79 0 0.14 257.59 0.71 0.52
Hex 61 2E DC 38 4F 0 E 102 47 34
Octal 141 56 334 70 117 0 16 402 107 64
Binary 1100001 101110 11011100 111000 1001111 0 1110 100000010 1000111 110100

Color Harmonies of #612EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612EDC

Black with #612EDC

Text Example


Text Example

White with #612EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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