Html Css Color HEX #6327AC Purple Heart

📋 copy color: '#6327AC'

red 99 ◦ green 39 ◦ blue 172

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

Shades of Purple Heart #6327AC

Tints of Purple Heart #6327AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 31.94%
G = 12.58%
B = 55.48%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6327AC (or 0x6327AC) is known color: Purple Heart. HEX triplet: 63, 27 and AC. RGB value is (99,39,172). Sum of RGB (Red+Green+Blue) = 99+39+172=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6327AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6327AC is #9CD853. Grayscale: #474747. Windows color (decimal): -10278996 or 11282275. OLE color: 11282275.

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

Color convert

RGB 99 39 172 -
CMYK 0.42 0.77 0 0.33
HSL 267.07º 0.63% 0.41% -
HSV(B) 267.07º 0.77% 0.67% -
XYZ 13.32 7.08 39.69 -
YUV 72.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 99 39 172 0.42 0.77 0 0.33 267.07 0.63 0.41
Hex 63 27 AC 2A 4D 0 21 10B 3F 29
Octal 143 47 254 52 115 0 41 413 77 51
Binary 1100011 100111 10101100 101010 1001101 0 100001 100001011 111111 101001

Color Harmonies of #6327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6327AC

Black with #6327AC

Text Example


Text Example

White with #6327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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