Html Css Color HEX #6410AF Purple Heart

📋 copy color: '#6410AF'

red 100 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #6410AF

Tints of Purple Heart #6410AF

RGB

 RED value IS 100 (39.45% from 255) = 34.36%

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

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

R = 34.36%
G = 5.5%
B = 60.14%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6410AF (or 0x6410AF) is known color: Purple Heart. HEX triplet: 64, 10 and AF. RGB value is (100,16,175). Sum of RGB (Red+Green+Blue) = 100+16+175=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #6410AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6410AF is #9BEF50. Grayscale: #3A3A3A. Windows color (decimal): -10219345 or 11472996. OLE color: 11472996.

HSL color Cylindrical-coordinate representation of color #6410AF: hue angle of 271.7º 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 #6410AF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 16 175 -
CMYK 0.43 0.91 0 0.31
HSL 271.7º 0.83% 0.37% -
HSV(B) 271.7º 0.91% 0.69% -
XYZ 13.18 6.18 41.05 -
YUV 59.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 100 16 175 0.43 0.91 0 0.31 271.7 0.83 0.37
Hex 64 10 AF 2B 5B 0 1F 110 53 25
Octal 144 20 257 53 133 0 37 420 123 45
Binary 1100100 10000 10101111 101011 1011011 0 11111 100010000 1010011 100101

Color Harmonies of #6410AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6410AF

Black with #6410AF

Text Example


Text Example

White with #6410AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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