Html Css Color HEX #411CCF Purple Heart

📋 copy color: '#411CCF'

red 65 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #411CCF

Tints of Purple Heart #411CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 21.67%
G = 9.33%
B = 69%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#411CCF (or 0x411CCF) is known color: Purple Heart. HEX triplet: 41, 1C and CF. RGB value is (65,28,207). Sum of RGB (Red+Green+Blue) = 65+28+207=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #411CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CCF is #BEE330. Grayscale: #3A3A3A. Windows color (decimal): -12510001 or 13573185. OLE color: 13573185.

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

Color convert

RGB 65 28 207 -
CMYK 0.69 0.86 0 0.19
HSL 252.4º 0.76% 0.46% -
HSV(B) 252.4º 0.86% 0.81% -
XYZ 13.86 6.46 59.55 -
YUV 59.47 211.26 131.95 -
System Red Green Blue C M Y K H S L
Decimal 65 28 207 0.69 0.86 0 0.19 252.4 0.76 0.46
Hex 41 1C CF 45 56 0 13 FC 4C 2E
Octal 101 34 317 105 126 0 23 374 114 56
Binary 1000001 11100 11001111 1000101 1010110 0 10011 11111100 1001100 101110

Color Harmonies of #411CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CCF

Black with #411CCF

Text Example


Text Example

White with #411CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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