Html Css Color HEX #6403AE Purple Heart

📋 copy color: '#6403AE'

red 100 ◦ green 3 ◦ blue 174

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

Shades of Purple Heart #6403AE

Tints of Purple Heart #6403AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 62.82%

R = 36.1%
G = 1.08%
B = 62.82%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6403AE (or 0x6403AE) is known color: Purple Heart. HEX triplet: 64, 03 and AE. RGB value is (100,3,174). Sum of RGB (Red+Green+Blue) = 100+3+174=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #6403AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6403AE is #9BFC51. Grayscale: #323232. Windows color (decimal): -10222674 or 11404132. OLE color: 11404132.

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

Color convert

RGB 100 3 174 -
CMYK 0.43 0.98 0 0.32
HSL 274.04º 0.97% 0.35% -
HSV(B) 274.04º 0.98% 0.68% -
XYZ 12.93 5.83 40.49 -
YUV 51.5 197.14 162.6 -
System Red Green Blue C M Y K H S L
Decimal 100 3 174 0.43 0.98 0 0.32 274.04 0.97 0.35
Hex 64 3 AE 2B 62 0 20 112 61 23
Octal 144 3 256 53 142 0 40 422 141 43
Binary 1100100 11 10101110 101011 1100010 0 100000 100010010 1100001 100011

Color Harmonies of #6403AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403AE

Black with #6403AE

Text Example


Text Example

White with #6403AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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