Html Css Color HEX #3A0FBE Purple Heart

📋 copy color: '#3A0FBE'

red 58 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #3A0FBE

Tints of Purple Heart #3A0FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

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

R = 22.05%
G = 5.7%
B = 72.24%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A0FBE (or 0x3A0FBE) is known color: Purple Heart. HEX triplet: 3A, 0F and BE. RGB value is (58,15,190). Sum of RGB (Red+Green+Blue) = 58+15+190=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A0FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FBE is #C5F041. Grayscale: #2F2F2F. Windows color (decimal): -12972098 or 12455738. OLE color: 12455738.

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

Color convert

RGB 58 15 190 -
CMYK 0.69 0.92 0 0.25
HSL 254.74º 0.85% 0.4% -
HSV(B) 254.74º 0.92% 0.75% -
XYZ 11.21 4.96 49.08 -
YUV 47.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 58 15 190 0.69 0.92 0 0.25 254.74 0.85 0.4
Hex 3A F BE 45 5C 0 19 FF 55 28
Octal 72 17 276 105 134 0 31 377 125 50
Binary 111010 1111 10111110 1000101 1011100 0 11001 11111111 1010101 101000

Color Harmonies of #3A0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0FBE

Black with #3A0FBE

Text Example


Text Example

White with #3A0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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