Html Css Color HEX #3A0ABE Purple Heart

📋 copy color: '#3A0ABE'

red 58 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #3A0ABE

Tints of Purple Heart #3A0ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 190 (74.61% from 255) = 73.64%

R = 22.48%
G = 3.88%
B = 73.64%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A0ABE (or 0x3A0ABE) is known color: Purple Heart. HEX triplet: 3A, 0A and BE. RGB value is (58,10,190). Sum of RGB (Red+Green+Blue) = 58+10+190=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A0ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ABE is #C5F541. Grayscale: #2C2C2C. Windows color (decimal): -12973378 or 12454458. OLE color: 12454458.

HSL color Cylindrical-coordinate representation of color #3A0ABE: hue angle of 256º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0ABE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 10 190 -
CMYK 0.69 0.95 0 0.25
HSL 256º 0.9% 0.39% -
HSV(B) 256º 0.95% 0.75% -
XYZ 11.15 4.83 49.06 -
YUV 44.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 58 10 190 0.69 0.95 0 0.25 256 0.9 0.39
Hex 3A A BE 45 5F 0 19 100 5A 27
Octal 72 12 276 105 137 0 31 400 132 47
Binary 111010 1010 10111110 1000101 1011111 0 11001 100000000 1011010 100111

Color Harmonies of #3A0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0ABE

Black with #3A0ABE

Text Example


Text Example

White with #3A0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,10,190); }

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

background-color css

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

 a { background-color: rgb(58,10,190); }

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

border-color css

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

 span { border-color: rgb(58,10,190); }

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