Html Css Color HEX #3F11B3 Purple Heart

📋 copy color: '#3F11B3'

red 63 ◦ green 17 ◦ blue 179

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

Shades of Purple Heart #3F11B3

Tints of Purple Heart #3F11B3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

 BLUE value IS 179 (70.31% from 255) = 69.11%

R = 24.32%
G = 6.56%
B = 69.11%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3F11B3 (or 0x3F11B3) is known color: Purple Heart. HEX triplet: 3F, 11 and B3. RGB value is (63,17,179). Sum of RGB (Red+Green+Blue) = 63+17+179=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F11B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F11B3 is #C0EE4C. Grayscale: #303030. Windows color (decimal): -12643917 or 11735359. OLE color: 11735359.

HSL color Cylindrical-coordinate representation of color #3F11B3: hue angle of 257.04º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F11B3 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 17 179 -
CMYK 0.65 0.91 0 0.30
HSL 257.04º 0.83% 0.38% -
HSV(B) 257.04º 0.91% 0.7% -
XYZ 10.39 4.71 43.01 -
YUV 49.22 201.24 137.83 -
System Red Green Blue C M Y K H S L
Decimal 63 17 179 0.65 0.91 0 0.30 257.04 0.83 0.38
Hex 3F 11 B3 41 5B 0 1E 101 53 26
Octal 77 21 263 101 133 0 36 401 123 46
Binary 111111 10001 10110011 1000001 1011011 0 11110 100000001 1010011 100110

Color Harmonies of #3F11B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F11B3

Black with #3F11B3

Text Example


Text Example

White with #3F11B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,17,179); }

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

background-color css

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

 a { background-color: rgb(63,17,179); }

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

border-color css

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

 span { border-color: rgb(63,17,179); }

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