Html Css Color HEX #6337BA Purple Heart

📋 copy color: '#6337BA'

red 99 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #6337BA

Tints of Purple Heart #6337BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

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

R = 29.12%
G = 16.18%
B = 54.71%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6337BA (or 0x6337BA) is known color: Purple Heart. HEX triplet: 63, 37 and BA. RGB value is (99,55,186). Sum of RGB (Red+Green+Blue) = 99+55+186=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6337BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6337BA is #9CC845. Grayscale: #525252. Windows color (decimal): -10274886 or 12203875. OLE color: 12203875.

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

Color convert

RGB 99 55 186 -
CMYK 0.47 0.70 0 0.27
HSL 260.15º 0.54% 0.47% -
HSV(B) 260.15º 0.7% 0.73% -
XYZ 15.37 8.93 47.37 -
YUV 83.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 99 55 186 0.47 0.70 0 0.27 260.15 0.54 0.47
Hex 63 37 BA 2F 46 0 1B 104 36 2F
Octal 143 67 272 57 106 0 33 404 66 57
Binary 1100011 110111 10111010 101111 1000110 0 11011 100000100 110110 101111

Color Harmonies of #6337BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6337BA

Black with #6337BA

Text Example


Text Example

White with #6337BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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