Html Css Color HEX #6324BF Purple Heart

📋 copy color: '#6324BF'

red 99 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #6324BF

Tints of Purple Heart #6324BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

 BLUE value IS 191 (75% from 255) = 58.59%

R = 30.37%
G = 11.04%
B = 58.59%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6324BF (or 0x6324BF) is known color: Purple Heart. HEX triplet: 63, 24 and BF. RGB value is (99,36,191). Sum of RGB (Red+Green+Blue) = 99+36+191=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #6324BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6324BF is #9CDB40. Grayscale: #474747. Windows color (decimal): -10279745 or 12526691. OLE color: 12526691.

HSL color Cylindrical-coordinate representation of color #6324BF: hue angle of 264.39º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6324BF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 36 191 -
CMYK 0.48 0.81 0 0.25
HSL 264.39º 0.68% 0.45% -
HSV(B) 264.39º 0.81% 0.75% -
XYZ 15.18 7.68 49.97 -
YUV 72.51 194.87 146.9 -
System Red Green Blue C M Y K H S L
Decimal 99 36 191 0.48 0.81 0 0.25 264.39 0.68 0.45
Hex 63 24 BF 30 51 0 19 108 44 2D
Octal 143 44 277 60 121 0 31 410 104 55
Binary 1100011 100100 10111111 110000 1010001 0 11001 100001000 1000100 101101

Color Harmonies of #6324BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6324BF

Black with #6324BF

Text Example


Text Example

White with #6324BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6324BF; }

 p { color: rgb(99,36,191); }

 H1.HeaderClassName
 {
   color: #6324BF;
 }
 .AnyTagClassName
 {
   color: #6324BF;
 }
</style>

background-color css

<style>
 a { background-color: #6324BF; }

 a { background-color: rgb(99,36,191); }

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

border-color css

<style>
 span { border-color: #6324BF; }

 span { border-color: rgb(99,36,191); }

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