Html Css Color HEX #410FCA Purple Heart

📋 copy color: '#410FCA'

red 65 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #410FCA

Tints of Purple Heart #410FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 71.63%

R = 23.05%
G = 5.32%
B = 71.63%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#410FCA (or 0x410FCA) is known color: Purple Heart. HEX triplet: 41, 0F and CA. RGB value is (65,15,202). Sum of RGB (Red+Green+Blue) = 65+15+202=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #410FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FCA is #BEF035. Grayscale: #323232. Windows color (decimal): -12513334 or 13242177. OLE color: 13242177.

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

Color convert

RGB 65 15 202 -
CMYK 0.68 0.93 0 0.21
HSL 256.04º 0.86% 0.43% -
HSV(B) 256.04º 0.93% 0.79% -
XYZ 13.01 5.73 56.3 -
YUV 51.27 213.07 137.79 -
System Red Green Blue C M Y K H S L
Decimal 65 15 202 0.68 0.93 0 0.21 256.04 0.86 0.43
Hex 41 F CA 44 5D 0 15 100 56 2B
Octal 101 17 312 104 135 0 25 400 126 53
Binary 1000001 1111 11001010 1000100 1011101 0 10101 100000000 1010110 101011

Color Harmonies of #410FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FCA

Black with #410FCA

Text Example


Text Example

White with #410FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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