Html Css Color HEX #3F2ACD Purple Heart

📋 copy color: '#3F2ACD'

red 63 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #3F2ACD

Tints of Purple Heart #3F2ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

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

R = 20.32%
G = 13.55%
B = 66.13%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F2ACD (or 0x3F2ACD) is known color: Purple Heart. HEX triplet: 3F, 2A and CD. RGB value is (63,42,205). Sum of RGB (Red+Green+Blue) = 63+42+205=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F2ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ACD is #C0D532. Grayscale: #424242. Windows color (decimal): -12637491 or 13445695. OLE color: 13445695.

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

Color convert

RGB 63 42 205 -
CMYK 0.69 0.80 0 0.20
HSL 247.73º 0.66% 0.48% -
HSV(B) 247.73º 0.8% 0.8% -
XYZ 13.9 7.12 58.4 -
YUV 66.86 205.96 125.25 -
System Red Green Blue C M Y K H S L
Decimal 63 42 205 0.69 0.80 0 0.20 247.73 0.66 0.48
Hex 3F 2A CD 45 50 0 14 F8 42 30
Octal 77 52 315 105 120 0 24 370 102 60
Binary 111111 101010 11001101 1000101 1010000 0 10100 11111000 1000010 110000

Color Harmonies of #3F2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2ACD

Black with #3F2ACD

Text Example


Text Example

White with #3F2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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