Html Css Color HEX #3F20C2 Purple Heart

📋 copy color: '#3F20C2'

red 63 ◦ green 32 ◦ blue 194

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

Shades of Purple Heart #3F20C2

Tints of Purple Heart #3F20C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 67.13%

R = 21.8%
G = 11.07%
B = 67.13%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F20C2 (or 0x3F20C2) is known color: Purple Heart. HEX triplet: 3F, 20 and C2. RGB value is (63,32,194). Sum of RGB (Red+Green+Blue) = 63+32+194=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 194 (76.17% from 255 or 67.13% from 289); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F20C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F20C2 is #C0DF3D. Grayscale: #3B3B3B. Windows color (decimal): -12640062 or 12722239. OLE color: 12722239.

HSL color Cylindrical-coordinate representation of color #3F20C2: hue angle of 251.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F20C2 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 32 194 -
CMYK 0.68 0.84 0 0.24
HSL 251.48º 0.72% 0.44% -
HSV(B) 251.48º 0.84% 0.76% -
XYZ 12.3 5.98 51.55 -
YUV 59.74 203.77 130.33 -
System Red Green Blue C M Y K H S L
Decimal 63 32 194 0.68 0.84 0 0.24 251.48 0.72 0.44
Hex 3F 20 C2 44 54 0 18 FB 48 2C
Octal 77 40 302 104 124 0 30 373 110 54
Binary 111111 100000 11000010 1000100 1010100 0 11000 11111011 1001000 101100

Color Harmonies of #3F20C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F20C2

Black with #3F20C2

Text Example


Text Example

White with #3F20C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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