Html Css Color HEX #411FCA Purple Heart

📋 copy color: '#411FCA'

red 65 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #411FCA

Tints of Purple Heart #411FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.79%

R = 21.81%
G = 10.4%
B = 67.79%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#411FCA (or 0x411FCA) is known color: Purple Heart. HEX triplet: 41, 1F and CA. RGB value is (65,31,202). Sum of RGB (Red+Green+Blue) = 65+31+202=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #411FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FCA is #BEE035. Grayscale: #3C3C3C. Windows color (decimal): -12509238 or 13246273. OLE color: 13246273.

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

Color convert

RGB 65 31 202 -
CMYK 0.68 0.85 0 0.21
HSL 251.93º 0.73% 0.46% -
HSV(B) 251.93º 0.85% 0.79% -
XYZ 13.33 6.37 56.4 -
YUV 60.66 207.76 131.1 -
System Red Green Blue C M Y K H S L
Decimal 65 31 202 0.68 0.85 0 0.21 251.93 0.73 0.46
Hex 41 1F CA 44 55 0 15 FC 49 2E
Octal 101 37 312 104 125 0 25 374 111 56
Binary 1000001 11111 11001010 1000100 1010101 0 10101 11111100 1001001 101110

Color Harmonies of #411FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FCA

Black with #411FCA

Text Example


Text Example

White with #411FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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