Html Css Color HEX #612BD8 Purple Heart

📋 copy color: '#612BD8'

red 97 ◦ green 43 ◦ blue 216

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

Shades of Purple Heart #612BD8

Tints of Purple Heart #612BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60.67%

R = 27.25%
G = 12.08%
B = 60.67%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#612BD8 (or 0x612BD8) is known color: Purple Heart. HEX triplet: 61, 2B and D8. RGB value is (97,43,216). Sum of RGB (Red+Green+Blue) = 97+43+216=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #612BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BD8 is #9ED427. Grayscale: #4E4E4E. Windows color (decimal): -10409000 or 14166881. OLE color: 14166881.

HSL color Cylindrical-coordinate representation of color #612BD8: hue angle of 258.73º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612BD8 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 43 216 -
CMYK 0.55 0.80 0 0.15
HSL 258.73º 0.69% 0.51% -
HSV(B) 258.73º 0.8% 0.85% -
XYZ 18.19 9.23 65.79 -
YUV 78.87 205.39 140.93 -
System Red Green Blue C M Y K H S L
Decimal 97 43 216 0.55 0.80 0 0.15 258.73 0.69 0.51
Hex 61 2B D8 37 50 0 F 103 45 33
Octal 141 53 330 67 120 0 17 403 105 63
Binary 1100001 101011 11011000 110111 1010000 0 1111 100000011 1000101 110011

Color Harmonies of #612BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BD8

Black with #612BD8

Text Example


Text Example

White with #612BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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