Html Css Color HEX #3A0DB6 Purple Heart

📋 copy color: '#3A0DB6'

red 58 ◦ green 13 ◦ blue 182

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

Shades of Purple Heart #3A0DB6

Tints of Purple Heart #3A0DB6

RGB

 RED value IS 58 (23.05% from 255) = 22.92%

 GREEN value IS 13 (5.47% from 255) = 5.14%

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

R = 22.92%
G = 5.14%
B = 71.94%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A0DB6 (or 0x3A0DB6) is known color: Purple Heart. HEX triplet: 3A, 0D and B6. RGB value is (58,13,182). Sum of RGB (Red+Green+Blue) = 58+13+182=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 182 (71.48% from 255 or 71.94% from 253); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A0DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0DB6 is #C5F249. Grayscale: #2D2D2D. Windows color (decimal): -12972618 or 11930938. OLE color: 11930938.

HSL color Cylindrical-coordinate representation of color #3A0DB6: hue angle of 255.98º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0DB6 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 13 182 -
CMYK 0.68 0.93 0 0.29
HSL 255.98º 0.87% 0.38% -
HSV(B) 255.98º 0.93% 0.71% -
XYZ 10.33 4.56 44.59 -
YUV 45.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 58 13 182 0.68 0.93 0 0.29 255.98 0.87 0.38
Hex 3A D B6 44 5D 0 1D 100 57 26
Octal 72 15 266 104 135 0 35 400 127 46
Binary 111010 1101 10110110 1000100 1011101 0 11101 100000000 1010111 100110

Color Harmonies of #3A0DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0DB6

Black with #3A0DB6

Text Example


Text Example

White with #3A0DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0DB6; }

 p { color: rgb(58,13,182); }

 H1.HeaderClassName
 {
   color: #3A0DB6;
 }
 .AnyTagClassName
 {
   color: #3A0DB6;
 }
</style>

background-color css

<style>
 a { background-color: #3A0DB6; }

 a { background-color: rgb(58,13,182); }

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

border-color css

<style>
 span { border-color: #3A0DB6; }

 span { border-color: rgb(58,13,182); }

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