Html Css Color HEX #3F05B5 Purple Heart

📋 copy color: '#3F05B5'

red 63 ◦ green 5 ◦ blue 181

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

Shades of Purple Heart #3F05B5

Tints of Purple Heart #3F05B5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 25.3%
G = 2.01%
B = 72.69%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F05B5 (or 0x3F05B5) is known color: Purple Heart. HEX triplet: 3F, 05 and B5. RGB value is (63,5,181). Sum of RGB (Red+Green+Blue) = 63+5+181=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F05B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05B5 is #C0FA4A. Grayscale: #292929. Windows color (decimal): -12646987 or 11863359. OLE color: 11863359.

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

Color convert

RGB 63 5 181 -
CMYK 0.65 0.97 0 0.29
HSL 259.77º 0.95% 0.36% -
HSV(B) 259.77º 0.97% 0.71% -
XYZ 10.44 4.5 44.03 -
YUV 42.41 206.22 142.69 -
System Red Green Blue C M Y K H S L
Decimal 63 5 181 0.65 0.97 0 0.29 259.77 0.95 0.36
Hex 3F 5 B5 41 61 0 1D 104 5F 24
Octal 77 5 265 101 141 0 35 404 137 44
Binary 111111 101 10110101 1000001 1100001 0 11101 100000100 1011111 100100

Color Harmonies of #3F05B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F05B5

Black with #3F05B5

Text Example


Text Example

White with #3F05B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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