Html Css Color HEX #3F0FAE Purple Heart

📋 copy color: '#3F0FAE'

red 63 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #3F0FAE

Tints of Purple Heart #3F0FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 25%
G = 5.95%
B = 69.05%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F0FAE (or 0x3F0FAE) is known color: Purple Heart. HEX triplet: 3F, 0F and AE. RGB value is (63,15,174). Sum of RGB (Red+Green+Blue) = 63+15+174=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FAE is #C0F051. Grayscale: #2E2E2E. Windows color (decimal): -12644434 or 11407167. OLE color: 11407167.

HSL color Cylindrical-coordinate representation of color #3F0FAE: hue angle of 258.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FAE is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 15 174 -
CMYK 0.64 0.91 0 0.32
HSL 258.11º 0.84% 0.37% -
HSV(B) 258.11º 0.91% 0.68% -
XYZ 9.86 4.45 40.38 -
YUV 47.48 199.4 139.07 -
System Red Green Blue C M Y K H S L
Decimal 63 15 174 0.64 0.91 0 0.32 258.11 0.84 0.37
Hex 3F F AE 40 5B 0 20 102 54 25
Octal 77 17 256 100 133 0 40 402 124 45
Binary 111111 1111 10101110 1000000 1011011 0 100000 100000010 1010100 100101

Color Harmonies of #3F0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0FAE

Black with #3F0FAE

Text Example


Text Example

White with #3F0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,15,174); }

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

background-color css

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

 a { background-color: rgb(63,15,174); }

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

border-color css

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

 span { border-color: rgb(63,15,174); }

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