Html Css Color HEX #3F00C1 Purple Heart

📋 copy color: '#3F00C1'

red 63 ◦ green 0 ◦ blue 193

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

Shades of Purple Heart #3F00C1

Tints of Purple Heart #3F00C1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 193 (75.78% from 255) = 75.39%

R = 24.61%
G = 0%
B = 75.39%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F00C1 (or 0x3F00C1) is known color: Purple Heart. HEX triplet: 3F, 00 and C1. RGB value is (63,0,193). Sum of RGB (Red+Green+Blue) = 63+0+193=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F00C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00C1 is #C0FF3E. Grayscale: #282828. Windows color (decimal): -12648255 or 12648511. OLE color: 12648511.

HSL color Cylindrical-coordinate representation of color #3F00C1: hue angle of 259.59º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F00C1 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 0 193 -
CMYK 0.67 1 0 0.24
HSL 259.59º 1% 0.38% -
HSV(B) 259.59º 1% 0.76% -
XYZ 11.68 4.91 50.78 -
YUV 40.84 213.87 143.81 -
System Red Green Blue C M Y K H S L
Decimal 63 0 193 0.67 1 0 0.24 259.59 1 0.38
Hex 3F 0 C1 43 64 0 18 104 64 26
Octal 77 0 301 103 144 0 30 404 144 46
Binary 111111 0 11000001 1000011 1100100 0 11000 100000100 1100100 100110

Color Harmonies of #3F00C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00C1

Black with #3F00C1

Text Example


Text Example

White with #3F00C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,193); }

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

background-color css

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

 a { background-color: rgb(63,0,193); }

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

border-color css

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

 span { border-color: rgb(63,0,193); }

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