Html Css Color HEX #612AB6 Purple Heart

📋 copy color: '#612AB6'

red 97 ◦ green 42 ◦ blue 182

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

Shades of Purple Heart #612AB6

Tints of Purple Heart #612AB6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.08%

 BLUE value IS 182 (71.48% from 255) = 56.7%

R = 30.22%
G = 13.08%
B = 56.7%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#612AB6 (or 0x612AB6) is known color: Purple Heart. HEX triplet: 61, 2A and B6. RGB value is (97,42,182). Sum of RGB (Red+Green+Blue) = 97+42+182=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #612AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612AB6 is #9ED549. Grayscale: #494949. Windows color (decimal): -10409290 or 11938401. OLE color: 11938401.

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

Color convert

RGB 97 42 182 -
CMYK 0.47 0.77 0 0.29
HSL 263.57º 0.63% 0.44% -
HSV(B) 263.57º 0.77% 0.71% -
XYZ 14.2 7.57 44.97 -
YUV 74.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 97 42 182 0.47 0.77 0 0.29 263.57 0.63 0.44
Hex 61 2A B6 2F 4D 0 1D 108 3E 2C
Octal 141 52 266 57 115 0 35 410 76 54
Binary 1100001 101010 10110110 101111 1001101 0 11101 100001000 111110 101100

Color Harmonies of #612AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612AB6

Black with #612AB6

Text Example


Text Example

White with #612AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,42,182); }

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

background-color css

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

 a { background-color: rgb(97,42,182); }

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

border-color css

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

 span { border-color: rgb(97,42,182); }

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