Html Css Color HEX #411FCF Purple Heart

📋 copy color: '#411FCF'

red 65 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #411FCF

Tints of Purple Heart #411FCF

RGB

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

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

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

R = 21.45%
G = 10.23%
B = 68.32%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#411FCF (or 0x411FCF) is known color: Purple Heart. HEX triplet: 41, 1F and CF. RGB value is (65,31,207). Sum of RGB (Red+Green+Blue) = 65+31+207=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #411FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FCF is #BEE030. Grayscale: #3C3C3C. Windows color (decimal): -12509233 or 13573953. OLE color: 13573953.

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

Color convert

RGB 65 31 207 -
CMYK 0.69 0.85 0 0.19
HSL 251.59º 0.74% 0.47% -
HSV(B) 251.59º 0.85% 0.81% -
XYZ 13.93 6.61 59.57 -
YUV 61.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 65 31 207 0.69 0.85 0 0.19 251.59 0.74 0.47
Hex 41 1F CF 45 55 0 13 FC 4A 2F
Octal 101 37 317 105 125 0 23 374 112 57
Binary 1000001 11111 11001111 1000101 1010101 0 10011 11111100 1001010 101111

Color Harmonies of #411FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FCF

Black with #411FCF

Text Example


Text Example

White with #411FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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