Html Css Color HEX #6309BA Purple Heart

📋 copy color: '#6309BA'

red 99 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #6309BA

Tints of Purple Heart #6309BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.06%

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

R = 33.67%
G = 3.06%
B = 63.27%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6309BA (or 0x6309BA) is known color: Purple Heart. HEX triplet: 63, 09 and BA. RGB value is (99,9,186). Sum of RGB (Red+Green+Blue) = 99+9+186=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #6309BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6309BA is #9CF645. Grayscale: #373737. Windows color (decimal): -10286662 or 12192099. OLE color: 12192099.

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

Color convert

RGB 99 9 186 -
CMYK 0.47 0.95 0 0.27
HSL 270.51º 0.91% 0.38% -
HSV(B) 270.51º 0.95% 0.73% -
XYZ 14.11 6.39 46.94 -
YUV 56.09 201.32 158.61 -
System Red Green Blue C M Y K H S L
Decimal 99 9 186 0.47 0.95 0 0.27 270.51 0.91 0.38
Hex 63 9 BA 2F 5F 0 1B 10F 5B 26
Octal 143 11 272 57 137 0 33 417 133 46
Binary 1100011 1001 10111010 101111 1011111 0 11011 100001111 1011011 100110

Color Harmonies of #6309BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309BA

Black with #6309BA

Text Example


Text Example

White with #6309BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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