Html Css Color HEX #3F0AB5 Purple Heart

📋 copy color: '#3F0AB5'

red 63 ◦ green 10 ◦ blue 181

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

Shades of Purple Heart #3F0AB5

Tints of Purple Heart #3F0AB5

RGB

 RED value IS 63 (25% from 255) = 24.8%

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

 BLUE value IS 181 (71.09% from 255) = 71.26%

R = 24.8%
G = 3.94%
B = 71.26%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F0AB5 (or 0x3F0AB5) is known color: Purple Heart. HEX triplet: 3F, 0A and B5. RGB value is (63,10,181). Sum of RGB (Red+Green+Blue) = 63+10+181=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 181 (71.09% from 255 or 71.26% from 254); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F0AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0AB5 is #C0F54A. Grayscale: #2C2C2C. Windows color (decimal): -12645707 or 11864639. OLE color: 11864639.

HSL color Cylindrical-coordinate representation of color #3F0AB5: hue angle of 258.6º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0AB5 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 10 181 -
CMYK 0.65 0.94 0 0.29
HSL 258.6º 0.9% 0.37% -
HSV(B) 258.6º 0.94% 0.71% -
XYZ 10.5 4.61 44.05 -
YUV 45.34 204.56 140.6 -
System Red Green Blue C M Y K H S L
Decimal 63 10 181 0.65 0.94 0 0.29 258.6 0.9 0.37
Hex 3F A B5 41 5E 0 1D 103 5A 25
Octal 77 12 265 101 136 0 35 403 132 45
Binary 111111 1010 10110101 1000001 1011110 0 11101 100000011 1011010 100101

Color Harmonies of #3F0AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0AB5

Black with #3F0AB5

Text Example


Text Example

White with #3F0AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,10,181); }

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

background-color css

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

 a { background-color: rgb(63,10,181); }

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

border-color css

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

 span { border-color: rgb(63,10,181); }

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