Html Css Color HEX #3F20CD Purple Heart

📋 copy color: '#3F20CD'

red 63 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #3F20CD

Tints of Purple Heart #3F20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 21%
G = 10.67%
B = 68.33%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F20CD (or 0x3F20CD) is known color: Purple Heart. HEX triplet: 3F, 20 and CD. RGB value is (63,32,205). Sum of RGB (Red+Green+Blue) = 63+32+205=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F20CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F20CD is #C0DF32. Grayscale: #3C3C3C. Windows color (decimal): -12640051 or 13443135. OLE color: 13443135.

HSL color Cylindrical-coordinate representation of color #3F20CD: hue angle of 250.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F20CD is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 32 205 -
CMYK 0.69 0.84 0 0.20
HSL 250.75º 0.73% 0.46% -
HSV(B) 250.75º 0.84% 0.8% -
XYZ 13.59 6.5 58.3 -
YUV 60.99 209.27 129.43 -
System Red Green Blue C M Y K H S L
Decimal 63 32 205 0.69 0.84 0 0.20 250.75 0.73 0.46
Hex 3F 20 CD 45 54 0 14 FB 49 2E
Octal 77 40 315 105 124 0 24 373 111 56
Binary 111111 100000 11001101 1000101 1010100 0 10100 11111011 1001001 101110

Color Harmonies of #3F20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F20CD

Black with #3F20CD

Text Example


Text Example

White with #3F20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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