Html Css Color HEX #6309AD Purple Heart

📋 copy color: '#6309AD'

red 99 ◦ green 9 ◦ blue 173

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

Shades of Purple Heart #6309AD

Tints of Purple Heart #6309AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.57%

R = 35.23%
G = 3.2%
B = 61.57%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6309AD (or 0x6309AD) is known color: Purple Heart. HEX triplet: 63, 09 and AD. RGB value is (99,9,173). Sum of RGB (Red+Green+Blue) = 99+9+173=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #6309AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6309AD is #9CF652. Grayscale: #363636. Windows color (decimal): -10286675 or 11340131. OLE color: 11340131.

HSL color Cylindrical-coordinate representation of color #6309AD: hue angle of 272.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6309AD is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 9 173 -
CMYK 0.43 0.95 0 0.32
HSL 272.93º 0.9% 0.36% -
HSV(B) 272.93º 0.95% 0.68% -
XYZ 12.79 5.87 39.99 -
YUV 54.61 194.82 159.66 -
System Red Green Blue C M Y K H S L
Decimal 99 9 173 0.43 0.95 0 0.32 272.93 0.9 0.36
Hex 63 9 AD 2B 5F 0 20 111 5A 24
Octal 143 11 255 53 137 0 40 421 132 44
Binary 1100011 1001 10101101 101011 1011111 0 100000 100010001 1011010 100100

Color Harmonies of #6309AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309AD

Black with #6309AD

Text Example


Text Example

White with #6309AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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