Html Css Color HEX #612CE1 Purple Heart

📋 copy color: '#612CE1'

red 97 ◦ green 44 ◦ blue 225

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

Shades of Purple Heart #612CE1

Tints of Purple Heart #612CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 61.48%

R = 26.5%
G = 12.02%
B = 61.48%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#612CE1 (or 0x612CE1) is known color: Purple Heart. HEX triplet: 61, 2C and E1. RGB value is (97,44,225). Sum of RGB (Red+Green+Blue) = 97+44+225=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #612CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CE1 is #9ED31E. Grayscale: #4F4F4F. Windows color (decimal): -10408735 or 14756961. OLE color: 14756961.

HSL color Cylindrical-coordinate representation of color #612CE1: hue angle of 257.57º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612CE1 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 44 225 -
CMYK 0.57 0.80 0 0.12
HSL 257.57º 0.75% 0.53% -
HSV(B) 257.57º 0.8% 0.88% -
XYZ 19.42 9.78 72.1 -
YUV 80.48 209.56 139.78 -
System Red Green Blue C M Y K H S L
Decimal 97 44 225 0.57 0.80 0 0.12 257.57 0.75 0.53
Hex 61 2C E1 39 50 0 C 102 4B 35
Octal 141 54 341 71 120 0 14 402 113 65
Binary 1100001 101100 11100001 111001 1010000 0 1100 100000010 1001011 110101

Color Harmonies of #612CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CE1

Black with #612CE1

Text Example


Text Example

White with #612CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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