Html Css Color HEX #6306BA Purple Heart

📋 copy color: '#6306BA'

red 99 ◦ green 6 ◦ blue 186

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

Shades of Purple Heart #6306BA

Tints of Purple Heart #6306BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.06%

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

R = 34.02%
G = 2.06%
B = 63.92%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6306BA (or 0x6306BA) is known color: Purple Heart. HEX triplet: 63, 06 and BA. RGB value is (99,6,186). Sum of RGB (Red+Green+Blue) = 99+6+186=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #6306BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306BA is #9CF945. Grayscale: #353535. Windows color (decimal): -10287430 or 12191331. OLE color: 12191331.

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

Color convert

RGB 99 6 186 -
CMYK 0.47 0.97 0 0.27
HSL 271º 0.94% 0.38% -
HSV(B) 271º 0.97% 0.73% -
XYZ 14.07 6.33 46.93 -
YUV 54.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 99 6 186 0.47 0.97 0 0.27 271 0.94 0.38
Hex 63 6 BA 2F 61 0 1B 10F 5E 26
Octal 143 6 272 57 141 0 33 417 136 46
Binary 1100011 110 10111010 101111 1100001 0 11011 100001111 1011110 100110

Color Harmonies of #6306BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306BA

Black with #6306BA

Text Example


Text Example

White with #6306BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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