Html Css Color HEX #6308AD Purple Heart

📋 copy color: '#6308AD'

red 99 ◦ green 8 ◦ blue 173

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

Shades of Purple Heart #6308AD

Tints of Purple Heart #6308AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 35.36%
G = 2.86%
B = 61.79%

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

#6308AD (or 0x6308AD) is known color: Purple Heart. HEX triplet: 63, 08 and AD. RGB value is (99,8,173). Sum of RGB (Red+Green+Blue) = 99+8+173=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #6308AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6308AD is #9CF752. Grayscale: #353535. Windows color (decimal): -10286931 or 11339875. OLE color: 11339875.

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

Color convert

RGB 99 8 173 -
CMYK 0.43 0.95 0 0.32
HSL 273.09º 0.91% 0.35% -
HSV(B) 273.09º 0.95% 0.68% -
XYZ 12.78 5.84 39.99 -
YUV 54.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 99 8 173 0.43 0.95 0 0.32 273.09 0.91 0.35
Hex 63 8 AD 2B 5F 0 20 111 5B 23
Octal 143 10 255 53 137 0 40 421 133 43
Binary 1100011 1000 10101101 101011 1011111 0 100000 100010001 1011011 100011

Color Harmonies of #6308AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308AD

Black with #6308AD

Text Example


Text Example

White with #6308AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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