Html Css Color HEX #3F0DC9 Purple Heart

📋 copy color: '#3F0DC9'

red 63 ◦ green 13 ◦ blue 201

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

Shades of Purple Heart #3F0DC9

Tints of Purple Heart #3F0DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 201 (78.91% from 255) = 72.56%

R = 22.74%
G = 4.69%
B = 72.56%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F0DC9 (or 0x3F0DC9) is known color: Purple Heart. HEX triplet: 3F, 0D and C9. RGB value is (63,13,201). Sum of RGB (Red+Green+Blue) = 63+13+201=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 201 (78.91% from 255 or 72.56% from 277); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F0DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0DC9 is #C0F236. Grayscale: #303030. Windows color (decimal): -12644919 or 13176127. OLE color: 13176127.

HSL color Cylindrical-coordinate representation of color #3F0DC9: hue angle of 255.96º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0DC9 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 13 201 -
CMYK 0.69 0.94 0 0.21
HSL 255.96º 0.88% 0.42% -
HSV(B) 255.96º 0.94% 0.79% -
XYZ 12.74 5.56 55.66 -
YUV 49.38 213.57 137.71 -
System Red Green Blue C M Y K H S L
Decimal 63 13 201 0.69 0.94 0 0.21 255.96 0.88 0.42
Hex 3F D C9 45 5E 0 15 100 58 2A
Octal 77 15 311 105 136 0 25 400 130 52
Binary 111111 1101 11001001 1000101 1011110 0 10101 100000000 1011000 101010

Color Harmonies of #3F0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0DC9

Black with #3F0DC9

Text Example


Text Example

White with #3F0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,13,201); }

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

background-color css

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

 a { background-color: rgb(63,13,201); }

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

border-color css

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

 span { border-color: rgb(63,13,201); }

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