Html Css Color HEX #6321BB Purple Heart

📋 copy color: '#6321BB'

red 99 ◦ green 33 ◦ blue 187

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

Shades of Purple Heart #6321BB

Tints of Purple Heart #6321BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 31.03%
G = 10.34%
B = 58.62%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6321BB (or 0x6321BB) is known color: Purple Heart. HEX triplet: 63, 21 and BB. RGB value is (99,33,187). Sum of RGB (Red+Green+Blue) = 99+33+187=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #6321BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6321BB is #9CDE44. Grayscale: #454545. Windows color (decimal): -10280517 or 12263779. OLE color: 12263779.

HSL color Cylindrical-coordinate representation of color #6321BB: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6321BB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 33 187 -
CMYK 0.47 0.82 0 0.27
HSL 265.71º 0.7% 0.43% -
HSV(B) 265.71º 0.82% 0.73% -
XYZ 14.66 7.33 47.66 -
YUV 70.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 99 33 187 0.47 0.82 0 0.27 265.71 0.7 0.43
Hex 63 21 BB 2F 52 0 1B 10A 46 2B
Octal 143 41 273 57 122 0 33 412 106 53
Binary 1100011 100001 10111011 101111 1010010 0 11011 100001010 1000110 101011

Color Harmonies of #6321BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321BB

Black with #6321BB

Text Example


Text Example

White with #6321BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6321BB; }

 p { color: rgb(99,33,187); }

 H1.HeaderClassName
 {
   color: #6321BB;
 }
 .AnyTagClassName
 {
   color: #6321BB;
 }
</style>

background-color css

<style>
 a { background-color: #6321BB; }

 a { background-color: rgb(99,33,187); }

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

border-color css

<style>
 span { border-color: #6321BB; }

 span { border-color: rgb(99,33,187); }

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