Html Css Color HEX #411FCB Purple Heart

📋 copy color: '#411FCB'

red 65 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #411FCB

Tints of Purple Heart #411FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 21.74%
G = 10.37%
B = 67.89%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#411FCB (or 0x411FCB) is known color: Purple Heart. HEX triplet: 41, 1F and CB. RGB value is (65,31,203). Sum of RGB (Red+Green+Blue) = 65+31+203=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #411FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FCB is #BEE034. Grayscale: #3C3C3C. Windows color (decimal): -12509237 or 13311809. OLE color: 13311809.

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

Color convert

RGB 65 31 203 -
CMYK 0.68 0.85 0 0.20
HSL 251.86º 0.74% 0.46% -
HSV(B) 251.86º 0.85% 0.8% -
XYZ 13.45 6.42 57.03 -
YUV 60.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 65 31 203 0.68 0.85 0 0.20 251.86 0.74 0.46
Hex 41 1F CB 44 55 0 14 FC 4A 2E
Octal 101 37 313 104 125 0 24 374 112 56
Binary 1000001 11111 11001011 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #411FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FCB

Black with #411FCB

Text Example


Text Example

White with #411FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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