Html Css Color HEX #411FCE Purple Heart

📋 copy color: '#411FCE'

red 65 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #411FCE

Tints of Purple Heart #411FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 21.52%
G = 10.26%
B = 68.21%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#411FCE (or 0x411FCE) is known color: Purple Heart. HEX triplet: 41, 1F and CE. RGB value is (65,31,206). Sum of RGB (Red+Green+Blue) = 65+31+206=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #411FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FCE is #BEE031. Grayscale: #3C3C3C. Windows color (decimal): -12509234 or 13508417. OLE color: 13508417.

HSL color Cylindrical-coordinate representation of color #411FCE: hue angle of 251.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411FCE is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 31 206 -
CMYK 0.68 0.85 0 0.19
HSL 251.66º 0.74% 0.46% -
HSV(B) 251.66º 0.85% 0.81% -
XYZ 13.81 6.56 58.93 -
YUV 61.12 209.76 130.77 -
System Red Green Blue C M Y K H S L
Decimal 65 31 206 0.68 0.85 0 0.19 251.66 0.74 0.46
Hex 41 1F CE 44 55 0 13 FC 4A 2E
Octal 101 37 316 104 125 0 23 374 112 56
Binary 1000001 11111 11001110 1000100 1010101 0 10011 11111100 1001010 101110

Color Harmonies of #411FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FCE

Black with #411FCE

Text Example


Text Example

White with #411FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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