Html Css Color HEX #612DB2 Purple Heart

📋 copy color: '#612DB2'

red 97 ◦ green 45 ◦ blue 178

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

Shades of Purple Heart #612DB2

Tints of Purple Heart #612DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.63%

R = 30.31%
G = 14.06%
B = 55.63%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#612DB2 (or 0x612DB2) is known color: Purple Heart. HEX triplet: 61, 2D and B2. RGB value is (97,45,178). Sum of RGB (Red+Green+Blue) = 97+45+178=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #612DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612DB2 is #9ED24D. Grayscale: #4B4B4B. Windows color (decimal): -10408526 or 11677025. OLE color: 11677025.

HSL color Cylindrical-coordinate representation of color #612DB2: hue angle of 263.46º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612DB2 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 45 178 -
CMYK 0.46 0.75 0 0.30
HSL 263.46º 0.6% 0.44% -
HSV(B) 263.46º 0.75% 0.7% -
XYZ 13.9 7.63 42.86 -
YUV 75.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 97 45 178 0.46 0.75 0 0.30 263.46 0.6 0.44
Hex 61 2D B2 2E 4B 0 1E 107 3C 2C
Octal 141 55 262 56 113 0 36 407 74 54
Binary 1100001 101101 10110010 101110 1001011 0 11110 100000111 111100 101100

Color Harmonies of #612DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DB2

Black with #612DB2

Text Example


Text Example

White with #612DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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