Html Css Color HEX #6329BC Purple Heart

📋 copy color: '#6329BC'

red 99 ◦ green 41 ◦ blue 188

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

Shades of Purple Heart #6329BC

Tints of Purple Heart #6329BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 30.18%
G = 12.5%
B = 57.32%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6329BC (or 0x6329BC) is known color: Purple Heart. HEX triplet: 63, 29 and BC. RGB value is (99,41,188). Sum of RGB (Red+Green+Blue) = 99+41+188=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #6329BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6329BC is #9CD643. Grayscale: #4A4A4A. Windows color (decimal): -10278468 or 12331363. OLE color: 12331363.

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

Color convert

RGB 99 41 188 -
CMYK 0.47 0.78 0 0.26
HSL 263.67º 0.64% 0.45% -
HSV(B) 263.67º 0.78% 0.74% -
XYZ 15.02 7.87 48.3 -
YUV 75.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 99 41 188 0.47 0.78 0 0.26 263.67 0.64 0.45
Hex 63 29 BC 2F 4E 0 1A 108 40 2D
Octal 143 51 274 57 116 0 32 410 100 55
Binary 1100011 101001 10111100 101111 1001110 0 11010 100001000 1000000 101101

Color Harmonies of #6329BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6329BC

Black with #6329BC

Text Example


Text Example

White with #6329BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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