Html Css Color HEX #4010AF Purple Heart

📋 copy color: '#4010AF'

red 64 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #4010AF

Tints of Purple Heart #4010AF

RGB

 RED value IS 64 (25.39% from 255) = 25.1%

 GREEN value IS 16 (6.64% from 255) = 6.27%

 BLUE value IS 175 (68.75% from 255) = 68.63%

R = 25.1%
G = 6.27%
B = 68.63%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4010AF (or 0x4010AF) is known color: Purple Heart. HEX triplet: 40, 10 and AF. RGB value is (64,16,175). Sum of RGB (Red+Green+Blue) = 64+16+175=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #4010AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010AF is #BFEF50. Grayscale: #2F2F2F. Windows color (decimal): -12578641 or 11472960. OLE color: 11472960.

HSL color Cylindrical-coordinate representation of color #4010AF: hue angle of 258.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010AF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 16 175 -
CMYK 0.63 0.91 0 0.31
HSL 258.11º 0.83% 0.37% -
HSV(B) 258.11º 0.91% 0.69% -
XYZ 10.04 4.56 40.91 -
YUV 48.48 199.4 139.07 -
System Red Green Blue C M Y K H S L
Decimal 64 16 175 0.63 0.91 0 0.31 258.11 0.83 0.37
Hex 40 10 AF 3F 5B 0 1F 102 53 25
Octal 100 20 257 77 133 0 37 402 123 45
Binary 1000000 10000 10101111 111111 1011011 0 11111 100000010 1010011 100101

Color Harmonies of #4010AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010AF

Black with #4010AF

Text Example


Text Example

White with #4010AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4010AF; }

 p { color: rgb(64,16,175); }

 H1.HeaderClassName
 {
   color: #4010AF;
 }
 .AnyTagClassName
 {
   color: #4010AF;
 }
</style>

background-color css

<style>
 a { background-color: #4010AF; }

 a { background-color: rgb(64,16,175); }

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

border-color css

<style>
 span { border-color: #4010AF; }

 span { border-color: rgb(64,16,175); }

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