Html Css Color HEX #410FCC Purple Heart

📋 copy color: '#410FCC'

red 65 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #410FCC

Tints of Purple Heart #410FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

 BLUE value IS 204 (80.08% from 255) = 71.83%

R = 22.89%
G = 5.28%
B = 71.83%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#410FCC (or 0x410FCC) is known color: Purple Heart. HEX triplet: 41, 0F and CC. RGB value is (65,15,204). Sum of RGB (Red+Green+Blue) = 65+15+204=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #410FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FCC is #BEF033. Grayscale: #323232. Windows color (decimal): -12513332 or 13373249. OLE color: 13373249.

HSL color Cylindrical-coordinate representation of color #410FCC: hue angle of 255.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410FCC is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 15 204 -
CMYK 0.68 0.93 0 0.2
HSL 255.87º 0.86% 0.43% -
HSV(B) 255.87º 0.93% 0.8% -
XYZ 13.25 5.83 57.55 -
YUV 51.5 214.07 137.63 -
System Red Green Blue C M Y K H S L
Decimal 65 15 204 0.68 0.93 0 0.2 255.87 0.86 0.43
Hex 41 F CC 44 5D 0 14 100 56 2B
Octal 101 17 314 104 135 0 24 400 126 53
Binary 1000001 1111 11001100 1000100 1011101 0 10100 100000000 1010110 101011

Color Harmonies of #410FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FCC

Black with #410FCC

Text Example


Text Example

White with #410FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410FCC; }

 p { color: rgb(65,15,204); }

 H1.HeaderClassName
 {
   color: #410FCC;
 }
 .AnyTagClassName
 {
   color: #410FCC;
 }
</style>

background-color css

<style>
 a { background-color: #410FCC; }

 a { background-color: rgb(65,15,204); }

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

border-color css

<style>
 span { border-color: #410FCC; }

 span { border-color: rgb(65,15,204); }

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