Html Css Color HEX #612ECD Purple Heart

📋 copy color: '#612ECD'

red 97 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #612ECD

Tints of Purple Heart #612ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 27.87%
G = 13.22%
B = 58.91%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#612ECD (or 0x612ECD) is known color: Purple Heart. HEX triplet: 61, 2E and CD. RGB value is (97,46,205). Sum of RGB (Red+Green+Blue) = 97+46+205=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #612ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ECD is #9ED132. Grayscale: #4E4E4E. Windows color (decimal): -10408243 or 13446753. OLE color: 13446753.

HSL color Cylindrical-coordinate representation of color #612ECD: hue angle of 259.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612ECD is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 46 205 -
CMYK 0.53 0.78 0 0.20
HSL 259.25º 0.63% 0.49% -
HSV(B) 259.25º 0.78% 0.8% -
XYZ 16.93 8.9 58.58 -
YUV 79.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 97 46 205 0.53 0.78 0 0.20 259.25 0.63 0.49
Hex 61 2E CD 35 4E 0 14 103 3F 31
Octal 141 56 315 65 116 0 24 403 77 61
Binary 1100001 101110 11001101 110101 1001110 0 10100 100000011 111111 110001

Color Harmonies of #612ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612ECD

Black with #612ECD

Text Example


Text Example

White with #612ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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