Html Css Color HEX #411CCB Purple Heart

📋 copy color: '#411CCB'

red 65 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #411CCB

Tints of Purple Heart #411CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

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

R = 21.96%
G = 9.46%
B = 68.58%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#411CCB (or 0x411CCB) is known color: Purple Heart. HEX triplet: 41, 1C and CB. RGB value is (65,28,203). Sum of RGB (Red+Green+Blue) = 65+28+203=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #411CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CCB is #BEE334. Grayscale: #3A3A3A. Windows color (decimal): -12510005 or 13311041. OLE color: 13311041.

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

Color convert

RGB 65 28 203 -
CMYK 0.68 0.86 0 0.20
HSL 252.69º 0.76% 0.45% -
HSV(B) 252.69º 0.86% 0.8% -
XYZ 13.37 6.27 57 -
YUV 59.01 209.26 132.27 -
System Red Green Blue C M Y K H S L
Decimal 65 28 203 0.68 0.86 0 0.20 252.69 0.76 0.45
Hex 41 1C CB 44 56 0 14 FD 4C 2D
Octal 101 34 313 104 126 0 24 375 114 55
Binary 1000001 11100 11001011 1000100 1010110 0 10100 11111101 1001100 101101

Color Harmonies of #411CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CCB

Black with #411CCB

Text Example


Text Example

White with #411CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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