Html Css Color HEX #3F2CC1 Purple Heart

📋 copy color: '#3F2CC1'

red 63 ◦ green 44 ◦ blue 193

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

Shades of Purple Heart #3F2CC1

Tints of Purple Heart #3F2CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

 BLUE value IS 193 (75.78% from 255) = 64.33%

R = 21%
G = 14.67%
B = 64.33%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F2CC1 (or 0x3F2CC1) is known color: Purple Heart. HEX triplet: 3F, 2C and C1. RGB value is (63,44,193). Sum of RGB (Red+Green+Blue) = 63+44+193=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #3F2CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CC1 is #C0D33E. Grayscale: #424242. Windows color (decimal): -12636991 or 12659775. OLE color: 12659775.

HSL color Cylindrical-coordinate representation of color #3F2CC1: hue angle of 247.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F2CC1 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 44 193 -
CMYK 0.67 0.77 0 0.24
HSL 247.65º 0.63% 0.46% -
HSV(B) 247.65º 0.77% 0.76% -
XYZ 12.58 6.71 51.08 -
YUV 66.67 199.29 125.38 -
System Red Green Blue C M Y K H S L
Decimal 63 44 193 0.67 0.77 0 0.24 247.65 0.63 0.46
Hex 3F 2C C1 43 4D 0 18 F8 3F 2E
Octal 77 54 301 103 115 0 30 370 77 56
Binary 111111 101100 11000001 1000011 1001101 0 11000 11111000 111111 101110

Color Harmonies of #3F2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2CC1

Black with #3F2CC1

Text Example


Text Example

White with #3F2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,193); }

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

background-color css

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

 a { background-color: rgb(63,44,193); }

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

border-color css

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

 span { border-color: rgb(63,44,193); }

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