Html Css Color HEX #411ABC Purple Heart

📋 copy color: '#411ABC'

red 65 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #411ABC

Tints of Purple Heart #411ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 23.3%
G = 9.32%
B = 67.38%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#411ABC (or 0x411ABC) is known color: Purple Heart. HEX triplet: 41, 1A and BC. RGB value is (65,26,188). Sum of RGB (Red+Green+Blue) = 65+26+188=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #411ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ABC is #BEE543. Grayscale: #373737. Windows color (decimal): -12510532 or 12327489. OLE color: 12327489.

HSL color Cylindrical-coordinate representation of color #411ABC: hue angle of 254.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411ABC is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 26 188 -
CMYK 0.65 0.86 0 0.26
HSL 254.44º 0.76% 0.42% -
HSV(B) 254.44º 0.86% 0.74% -
XYZ 11.63 5.49 48.02 -
YUV 56.13 202.42 134.33 -
System Red Green Blue C M Y K H S L
Decimal 65 26 188 0.65 0.86 0 0.26 254.44 0.76 0.42
Hex 41 1A BC 41 56 0 1A FE 4C 2A
Octal 101 32 274 101 126 0 32 376 114 52
Binary 1000001 11010 10111100 1000001 1010110 0 11010 11111110 1001100 101010

Color Harmonies of #411ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ABC

Black with #411ABC

Text Example


Text Example

White with #411ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,188); }

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

background-color css

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

 a { background-color: rgb(65,26,188); }

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

border-color css

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

 span { border-color: rgb(65,26,188); }

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