Html Css Color HEX #612DB8 Purple Heart

📋 copy color: '#612DB8'

red 97 ◦ green 45 ◦ blue 184

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

Shades of Purple Heart #612DB8

Tints of Purple Heart #612DB8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

 BLUE value IS 184 (72.27% from 255) = 56.44%

R = 29.75%
G = 13.8%
B = 56.44%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#612DB8 (or 0x612DB8) is known color: Purple Heart. HEX triplet: 61, 2D and B8. RGB value is (97,45,184). Sum of RGB (Red+Green+Blue) = 97+45+184=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #612DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DB8 is #9ED247. Grayscale: #4B4B4B. Windows color (decimal): -10408520 or 12070241. OLE color: 12070241.

HSL color Cylindrical-coordinate representation of color #612DB8: hue angle of 262.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612DB8 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 45 184 -
CMYK 0.47 0.76 0 0.28
HSL 262.45º 0.61% 0.45% -
HSV(B) 262.45º 0.76% 0.72% -
XYZ 14.52 7.88 46.1 -
YUV 76.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 97 45 184 0.47 0.76 0 0.28 262.45 0.61 0.45
Hex 61 2D B8 2F 4C 0 1C 106 3D 2D
Octal 141 55 270 57 114 0 34 406 75 55
Binary 1100001 101101 10111000 101111 1001100 0 11100 100000110 111101 101101

Color Harmonies of #612DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DB8

Black with #612DB8

Text Example


Text Example

White with #612DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,45,184); }

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

background-color css

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

 a { background-color: rgb(97,45,184); }

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

border-color css

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

 span { border-color: rgb(97,45,184); }

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