Html Css Color HEX #6309AB Purple Heart

📋 copy color: '#6309AB'

red 99 ◦ green 9 ◦ blue 171

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

Shades of Purple Heart #6309AB

Tints of Purple Heart #6309AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 35.48%
G = 3.23%
B = 61.29%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6309AB (or 0x6309AB) is known color: Purple Heart. HEX triplet: 63, 09 and AB. RGB value is (99,9,171). Sum of RGB (Red+Green+Blue) = 99+9+171=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #6309AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6309AB is #9CF654. Grayscale: #353535. Windows color (decimal): -10286677 or 11209059. OLE color: 11209059.

HSL color Cylindrical-coordinate representation of color #6309AB: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6309AB is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 9 171 -
CMYK 0.42 0.95 0 0.33
HSL 273.33º 0.9% 0.35% -
HSV(B) 273.33º 0.95% 0.67% -
XYZ 12.59 5.79 38.98 -
YUV 54.38 193.82 159.83 -
System Red Green Blue C M Y K H S L
Decimal 99 9 171 0.42 0.95 0 0.33 273.33 0.9 0.35
Hex 63 9 AB 2A 5F 0 21 111 5A 23
Octal 143 11 253 52 137 0 41 421 132 43
Binary 1100011 1001 10101011 101010 1011111 0 100001 100010001 1011010 100011

Color Harmonies of #6309AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6309AB

Black with #6309AB

Text Example


Text Example

White with #6309AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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