Html Css Color HEX #6325BA Purple Heart

📋 copy color: '#6325BA'

red 99 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6325BA

Tints of Purple Heart #6325BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

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

R = 30.75%
G = 11.49%
B = 57.76%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6325BA (or 0x6325BA) is known color: Purple Heart. HEX triplet: 63, 25 and BA. RGB value is (99,37,186). Sum of RGB (Red+Green+Blue) = 99+37+186=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6325BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325BA is #9CDA45. Grayscale: #474747. Windows color (decimal): -10279494 or 12199267. OLE color: 12199267.

HSL color Cylindrical-coordinate representation of color #6325BA: hue angle of 264.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6325BA is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 37 186 -
CMYK 0.47 0.80 0 0.27
HSL 264.97º 0.67% 0.44% -
HSV(B) 264.97º 0.8% 0.73% -
XYZ 14.67 7.52 47.13 -
YUV 72.52 192.04 146.88 -
System Red Green Blue C M Y K H S L
Decimal 99 37 186 0.47 0.80 0 0.27 264.97 0.67 0.44
Hex 63 25 BA 2F 50 0 1B 109 43 2C
Octal 143 45 272 57 120 0 33 411 103 54
Binary 1100011 100101 10111010 101111 1010000 0 11011 100001001 1000011 101100

Color Harmonies of #6325BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6325BA

Black with #6325BA

Text Example


Text Example

White with #6325BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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