Html Css Color HEX #6329BA Purple Heart

📋 copy color: '#6329BA'

red 99 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6329BA

Tints of Purple Heart #6329BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 30.37%
G = 12.58%
B = 57.06%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6329BA (or 0x6329BA) is known color: Purple Heart. HEX triplet: 63, 29 and BA. RGB value is (99,41,186). Sum of RGB (Red+Green+Blue) = 99+41+186=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #6329BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329BA is #9CD645. Grayscale: #4A4A4A. Windows color (decimal): -10278470 or 12200291. OLE color: 12200291.

HSL color Cylindrical-coordinate representation of color #6329BA: hue angle of 264º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6329BA is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 41 186 -
CMYK 0.47 0.78 0 0.27
HSL 264º 0.64% 0.45% -
HSV(B) 264º 0.78% 0.73% -
XYZ 14.8 7.78 47.18 -
YUV 74.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 99 41 186 0.47 0.78 0 0.27 264 0.64 0.45
Hex 63 29 BA 2F 4E 0 1B 108 40 2D
Octal 143 51 272 57 116 0 33 410 100 55
Binary 1100011 101001 10111010 101111 1001110 0 11011 100001000 1000000 101101

Color Harmonies of #6329BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6329BA

Black with #6329BA

Text Example


Text Example

White with #6329BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6329BA; }

 p { color: rgb(99,41,186); }

 H1.HeaderClassName
 {
   color: #6329BA;
 }
 .AnyTagClassName
 {
   color: #6329BA;
 }
</style>

background-color css

<style>
 a { background-color: #6329BA; }

 a { background-color: rgb(99,41,186); }

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

border-color css

<style>
 span { border-color: #6329BA; }

 span { border-color: rgb(99,41,186); }

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