Html Css Color HEX #612BE0 Purple Heart

📋 copy color: '#612BE0'

red 97 ◦ green 43 ◦ blue 224

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

Shades of Purple Heart #612BE0

Tints of Purple Heart #612BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.81%

 BLUE value IS 224 (87.89% from 255) = 61.54%

R = 26.65%
G = 11.81%
B = 61.54%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#612BE0 (or 0x612BE0) is known color: Purple Heart. HEX triplet: 61, 2B and E0. RGB value is (97,43,224). Sum of RGB (Red+Green+Blue) = 97+43+224=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #612BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BE0 is #9ED41F. Grayscale: #4F4F4F. Windows color (decimal): -10408992 or 14691169. OLE color: 14691169.

HSL color Cylindrical-coordinate representation of color #612BE0: hue angle of 257.9º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612BE0 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 43 224 -
CMYK 0.57 0.81 0 0.12
HSL 257.9º 0.74% 0.52% -
HSV(B) 257.9º 0.81% 0.88% -
XYZ 19.25 9.65 71.37 -
YUV 79.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 97 43 224 0.57 0.81 0 0.12 257.9 0.74 0.52
Hex 61 2B E0 39 51 0 C 102 4A 34
Octal 141 53 340 71 121 0 14 402 112 64
Binary 1100001 101011 11100000 111001 1010001 0 1100 100000010 1001010 110100

Color Harmonies of #612BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BE0

Black with #612BE0

Text Example


Text Example

White with #612BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,43,224); }

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

background-color css

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

 a { background-color: rgb(97,43,224); }

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

border-color css

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

 span { border-color: rgb(97,43,224); }

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