Html Css Color HEX #6326AC Purple Heart

📋 copy color: '#6326AC'

red 99 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #6326AC

Tints of Purple Heart #6326AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 32.04%
G = 12.3%
B = 55.66%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6326AC (or 0x6326AC) is known color: Purple Heart. HEX triplet: 63, 26 and AC. RGB value is (99,38,172). Sum of RGB (Red+Green+Blue) = 99+38+172=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #6326AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6326AC is #9CD953. Grayscale: #474747. Windows color (decimal): -10279252 or 11282019. OLE color: 11282019.

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

Color convert

RGB 99 38 172 -
CMYK 0.42 0.78 0 0.33
HSL 267.31º 0.64% 0.41% -
HSV(B) 267.31º 0.78% 0.67% -
XYZ 13.29 7.02 39.68 -
YUV 71.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 99 38 172 0.42 0.78 0 0.33 267.31 0.64 0.41
Hex 63 26 AC 2A 4E 0 21 10B 40 29
Octal 143 46 254 52 116 0 41 413 100 51
Binary 1100011 100110 10101100 101010 1001110 0 100001 100001011 1000000 101001

Color Harmonies of #6326AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6326AC

Black with #6326AC

Text Example


Text Example

White with #6326AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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