Html Css Color HEX #6325BD Purple Heart

📋 copy color: '#6325BD'

red 99 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #6325BD

Tints of Purple Heart #6325BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 30.46%
G = 11.38%
B = 58.15%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6325BD (or 0x6325BD) is known color: Purple Heart. HEX triplet: 63, 25 and BD. RGB value is (99,37,189). Sum of RGB (Red+Green+Blue) = 99+37+189=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6325BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325BD is #9CDA42. Grayscale: #484848. Windows color (decimal): -10279491 or 12395875. OLE color: 12395875.

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

Color convert

RGB 99 37 189 -
CMYK 0.48 0.80 0 0.26
HSL 264.47º 0.67% 0.44% -
HSV(B) 264.47º 0.8% 0.74% -
XYZ 14.99 7.65 48.83 -
YUV 72.87 193.54 146.64 -
System Red Green Blue C M Y K H S L
Decimal 99 37 189 0.48 0.80 0 0.26 264.47 0.67 0.44
Hex 63 25 BD 30 50 0 1A 108 43 2C
Octal 143 45 275 60 120 0 32 410 103 54
Binary 1100011 100101 10111101 110000 1010000 0 11010 100001000 1000011 101100

Color Harmonies of #6325BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6325BD

Black with #6325BD

Text Example


Text Example

White with #6325BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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