Html Css Color HEX #3F2ACC Purple Heart

📋 copy color: '#3F2ACC'

red 63 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #3F2ACC

Tints of Purple Heart #3F2ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 20.39%
G = 13.59%
B = 66.02%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F2ACC (or 0x3F2ACC) is known color: Purple Heart. HEX triplet: 3F, 2A and CC. RGB value is (63,42,204). Sum of RGB (Red+Green+Blue) = 63+42+204=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ACC is #C0D533. Grayscale: #424242. Windows color (decimal): -12637492 or 13380159. OLE color: 13380159.

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

Color convert

RGB 63 42 204 -
CMYK 0.69 0.79 0 0.2
HSL 247.78º 0.66% 0.48% -
HSV(B) 247.78º 0.79% 0.8% -
XYZ 13.78 7.07 57.77 -
YUV 66.75 205.46 125.33 -
System Red Green Blue C M Y K H S L
Decimal 63 42 204 0.69 0.79 0 0.2 247.78 0.66 0.48
Hex 3F 2A CC 45 4F 0 14 F8 42 30
Octal 77 52 314 105 117 0 24 370 102 60
Binary 111111 101010 11001100 1000101 1001111 0 10100 11111000 1000010 110000

Color Harmonies of #3F2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2ACC

Black with #3F2ACC

Text Example


Text Example

White with #3F2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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