Html Css Color HEX #6403AF Purple Heart

📋 copy color: '#6403AF'

red 100 ◦ green 3 ◦ blue 175

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

Shades of Purple Heart #6403AF

Tints of Purple Heart #6403AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 35.97%
G = 1.08%
B = 62.95%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6403AF (or 0x6403AF) is known color: Purple Heart. HEX triplet: 64, 03 and AF. RGB value is (100,3,175). Sum of RGB (Red+Green+Blue) = 100+3+175=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #6403AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6403AF is #9BFC50. Grayscale: #333333. Windows color (decimal): -10222673 or 11469668. OLE color: 11469668.

HSL color Cylindrical-coordinate representation of color #6403AF: hue angle of 273.84º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403AF is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 3 175 -
CMYK 0.43 0.98 0 0.31
HSL 273.84º 0.97% 0.35% -
HSV(B) 273.84º 0.98% 0.69% -
XYZ 13.03 5.87 41 -
YUV 51.61 197.64 162.51 -
System Red Green Blue C M Y K H S L
Decimal 100 3 175 0.43 0.98 0 0.31 273.84 0.97 0.35
Hex 64 3 AF 2B 62 0 1F 112 61 23
Octal 144 3 257 53 142 0 37 422 141 43
Binary 1100100 11 10101111 101011 1100010 0 11111 100010010 1100001 100011

Color Harmonies of #6403AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403AF

Black with #6403AF

Text Example


Text Example

White with #6403AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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