Html Css Color HEX #3F20C0 Purple Heart

📋 copy color: '#3F20C0'

red 63 ◦ green 32 ◦ blue 192

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

Shades of Purple Heart #3F20C0

Tints of Purple Heart #3F20C0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

 BLUE value IS 192 (75.39% from 255) = 66.9%

R = 21.95%
G = 11.15%
B = 66.9%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F20C0 (or 0x3F20C0) is known color: Purple Heart. HEX triplet: 3F, 20 and C0. RGB value is (63,32,192). Sum of RGB (Red+Green+Blue) = 63+32+192=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F20C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F20C0 is #C0DF3F. Grayscale: #3A3A3A. Windows color (decimal): -12640064 or 12591167. OLE color: 12591167.

HSL color Cylindrical-coordinate representation of color #3F20C0: hue angle of 251.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F20C0 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 32 192 -
CMYK 0.67 0.83 0 0.25
HSL 251.63º 0.71% 0.44% -
HSV(B) 251.63º 0.83% 0.75% -
XYZ 12.08 5.9 50.37 -
YUV 59.51 202.77 130.49 -
System Red Green Blue C M Y K H S L
Decimal 63 32 192 0.67 0.83 0 0.25 251.63 0.71 0.44
Hex 3F 20 C0 43 53 0 19 FC 47 2C
Octal 77 40 300 103 123 0 31 374 107 54
Binary 111111 100000 11000000 1000011 1010011 0 11001 11111100 1000111 101100

Color Harmonies of #3F20C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F20C0

Black with #3F20C0

Text Example


Text Example

White with #3F20C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,32,192); }

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

background-color css

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

 a { background-color: rgb(63,32,192); }

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

border-color css

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

 span { border-color: rgb(63,32,192); }

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