Html Css Color HEX #6326AD Purple Heart

📋 copy color: '#6326AD'

red 99 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #6326AD

Tints of Purple Heart #6326AD

RGB

 RED value IS 99 (39.06% from 255) = 31.94%

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 31.94%
G = 12.26%
B = 55.81%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6326AD (or 0x6326AD) is known color: Purple Heart. HEX triplet: 63, 26 and AD. RGB value is (99,38,173). Sum of RGB (Red+Green+Blue) = 99+38+173=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6326AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6326AD is #9CD952. Grayscale: #474747. Windows color (decimal): -10279251 or 11347555. OLE color: 11347555.

HSL color Cylindrical-coordinate representation of color #6326AD: hue angle of 267.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6326AD is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 38 173 -
CMYK 0.43 0.78 0 0.32
HSL 267.11º 0.64% 0.41% -
HSV(B) 267.11º 0.78% 0.68% -
XYZ 13.38 7.06 40.19 -
YUV 71.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 99 38 173 0.43 0.78 0 0.32 267.11 0.64 0.41
Hex 63 26 AD 2B 4E 0 20 10B 40 29
Octal 143 46 255 53 116 0 40 413 100 51
Binary 1100011 100110 10101101 101011 1001110 0 100000 100001011 1000000 101001

Color Harmonies of #6326AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6326AD

Black with #6326AD

Text Example


Text Example

White with #6326AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6326AD; }

 p { color: rgb(99,38,173); }

 H1.HeaderClassName
 {
   color: #6326AD;
 }
 .AnyTagClassName
 {
   color: #6326AD;
 }
</style>

background-color css

<style>
 a { background-color: #6326AD; }

 a { background-color: rgb(99,38,173); }

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

border-color css

<style>
 span { border-color: #6326AD; }

 span { border-color: rgb(99,38,173); }

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