Html Css Color HEX #3F1CC9 Purple Heart

📋 copy color: '#3F1CC9'

red 63 ◦ green 28 ◦ blue 201

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

Shades of Purple Heart #3F1CC9

Tints of Purple Heart #3F1CC9

RGB

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

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

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

R = 21.58%
G = 9.59%
B = 68.84%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F1CC9 (or 0x3F1CC9) is known color: Purple Heart. HEX triplet: 3F, 1C and C9. RGB value is (63,28,201). Sum of RGB (Red+Green+Blue) = 63+28+201=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F1CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CC9 is #C0E336. Grayscale: #393939. Windows color (decimal): -12641079 or 13179967. OLE color: 13179967.

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

Color convert

RGB 63 28 201 -
CMYK 0.69 0.86 0 0.21
HSL 252.14º 0.76% 0.45% -
HSV(B) 252.14º 0.86% 0.79% -
XYZ 13.01 6.1 55.75 -
YUV 58.19 208.6 131.43 -
System Red Green Blue C M Y K H S L
Decimal 63 28 201 0.69 0.86 0 0.21 252.14 0.76 0.45
Hex 3F 1C C9 45 56 0 15 FC 4C 2D
Octal 77 34 311 105 126 0 25 374 114 55
Binary 111111 11100 11001001 1000101 1010110 0 10101 11111100 1001100 101101

Color Harmonies of #3F1CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1CC9

Black with #3F1CC9

Text Example


Text Example

White with #3F1CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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