Html Css Color HEX #3F21BF Purple Heart

📋 copy color: '#3F21BF'

red 63 ◦ green 33 ◦ blue 191

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

Shades of Purple Heart #3F21BF

Tints of Purple Heart #3F21BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 191 (75% from 255) = 66.55%

R = 21.95%
G = 11.5%
B = 66.55%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F21BF (or 0x3F21BF) is known color: Purple Heart. HEX triplet: 3F, 21 and BF. RGB value is (63,33,191). Sum of RGB (Red+Green+Blue) = 63+33+191=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F21BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F21BF is #C0DE40. Grayscale: #3B3B3B. Windows color (decimal): -12639809 or 12525887. OLE color: 12525887.

HSL color Cylindrical-coordinate representation of color #3F21BF: hue angle of 251.39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F21BF is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 33 191 -
CMYK 0.67 0.83 0 0.25
HSL 251.39º 0.71% 0.44% -
HSV(B) 251.39º 0.83% 0.75% -
XYZ 12 5.91 49.8 -
YUV 59.98 201.94 130.15 -
System Red Green Blue C M Y K H S L
Decimal 63 33 191 0.67 0.83 0 0.25 251.39 0.71 0.44
Hex 3F 21 BF 43 53 0 19 FB 47 2C
Octal 77 41 277 103 123 0 31 373 107 54
Binary 111111 100001 10111111 1000011 1010011 0 11001 11111011 1000111 101100

Color Harmonies of #3F21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F21BF

Black with #3F21BF

Text Example


Text Example

White with #3F21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,33,191); }

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

background-color css

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

 a { background-color: rgb(63,33,191); }

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

border-color css

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

 span { border-color: rgb(63,33,191); }

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