Html Css Color HEX #612DB4 Purple Heart

📋 copy color: '#612DB4'

red 97 ◦ green 45 ◦ blue 180

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

Shades of Purple Heart #612DB4

Tints of Purple Heart #612DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.9%

R = 30.12%
G = 13.98%
B = 55.9%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#612DB4 (or 0x612DB4) is known color: Purple Heart. HEX triplet: 61, 2D and B4. RGB value is (97,45,180). Sum of RGB (Red+Green+Blue) = 97+45+180=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #612DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DB4 is #9ED24B. Grayscale: #4B4B4B. Windows color (decimal): -10408524 or 11808097. OLE color: 11808097.

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

Color convert

RGB 97 45 180 -
CMYK 0.46 0.75 0 0.29
HSL 263.11º 0.6% 0.44% -
HSV(B) 263.11º 0.75% 0.71% -
XYZ 14.11 7.71 43.93 -
YUV 75.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 97 45 180 0.46 0.75 0 0.29 263.11 0.6 0.44
Hex 61 2D B4 2E 4B 0 1D 107 3C 2C
Octal 141 55 264 56 113 0 35 407 74 54
Binary 1100001 101101 10110100 101110 1001011 0 11101 100000111 111100 101100

Color Harmonies of #612DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DB4

Black with #612DB4

Text Example


Text Example

White with #612DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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