Html Css Color HEX #411FBF Purple Heart

📋 copy color: '#411FBF'

red 65 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #411FBF

Tints of Purple Heart #411FBF

RGB

 RED value IS 65 (25.78% from 255) = 22.65%

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 22.65%
G = 10.8%
B = 66.55%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#411FBF (or 0x411FBF) is known color: Purple Heart. HEX triplet: 41, 1F and BF. RGB value is (65,31,191). Sum of RGB (Red+Green+Blue) = 65+31+191=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 31 (12.5% from 255 or 10.80% 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 #411FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FBF is #BEE040. Grayscale: #3A3A3A. Windows color (decimal): -12509249 or 12525377. OLE color: 12525377.

HSL color Cylindrical-coordinate representation of color #411FBF: hue angle of 252.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411FBF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 31 191 -
CMYK 0.66 0.84 0 0.25
HSL 252.75º 0.72% 0.44% -
HSV(B) 252.75º 0.84% 0.75% -
XYZ 12.07 5.87 49.79 -
YUV 59.41 202.26 131.99 -
System Red Green Blue C M Y K H S L
Decimal 65 31 191 0.66 0.84 0 0.25 252.75 0.72 0.44
Hex 41 1F BF 42 54 0 19 FD 48 2C
Octal 101 37 277 102 124 0 31 375 110 54
Binary 1000001 11111 10111111 1000010 1010100 0 11001 11111101 1001000 101100

Color Harmonies of #411FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FBF

Black with #411FBF

Text Example


Text Example

White with #411FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411FBF; }

 p { color: rgb(65,31,191); }

 H1.HeaderClassName
 {
   color: #411FBF;
 }
 .AnyTagClassName
 {
   color: #411FBF;
 }
</style>

background-color css

<style>
 a { background-color: #411FBF; }

 a { background-color: rgb(65,31,191); }

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

border-color css

<style>
 span { border-color: #411FBF; }

 span { border-color: rgb(65,31,191); }

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