Html Css Color HEX #3F1CB3 Purple Heart

📋 copy color: '#3F1CB3'

red 63 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #3F1CB3

Tints of Purple Heart #3F1CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

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

R = 23.33%
G = 10.37%
B = 66.3%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3F1CB3 (or 0x3F1CB3) is known color: Purple Heart. HEX triplet: 3F, 1C and B3. RGB value is (63,28,179). Sum of RGB (Red+Green+Blue) = 63+28+179=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F1CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CB3 is #C0E34C. Grayscale: #373737. Windows color (decimal): -12641101 or 11738175. OLE color: 11738175.

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

Color convert

RGB 63 28 179 -
CMYK 0.65 0.84 0 0.30
HSL 253.91º 0.73% 0.41% -
HSV(B) 253.91º 0.84% 0.7% -
XYZ 10.6 5.14 43.08 -
YUV 55.68 197.6 133.22 -
System Red Green Blue C M Y K H S L
Decimal 63 28 179 0.65 0.84 0 0.30 253.91 0.73 0.41
Hex 3F 1C B3 41 54 0 1E FE 49 29
Octal 77 34 263 101 124 0 36 376 111 51
Binary 111111 11100 10110011 1000001 1010100 0 11110 11111110 1001001 101001

Color Harmonies of #3F1CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1CB3

Black with #3F1CB3

Text Example


Text Example

White with #3F1CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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