Html Css Color HEX #6508AD Purple Heart

📋 copy color: '#6508AD'

red 101 ◦ green 8 ◦ blue 173

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

Shades of Purple Heart #6508AD

Tints of Purple Heart #6508AD

RGB

 RED value IS 101 (39.84% from 255) = 35.82%

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

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

R = 35.82%
G = 2.84%
B = 61.35%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6508AD (or 0x6508AD) is known color: Purple Heart. HEX triplet: 65, 08 and AD. RGB value is (101,8,173). Sum of RGB (Red+Green+Blue) = 101+8+173=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #6508AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6508AD is #9AF752. Grayscale: #363636. Windows color (decimal): -10155859 or 11339877. OLE color: 11339877.

HSL color Cylindrical-coordinate representation of color #6508AD: hue angle of 273.82º 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 #6508AD is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 8 173 -
CMYK 0.42 0.95 0 0.32
HSL 273.82º 0.91% 0.35% -
HSV(B) 273.82º 0.95% 0.68% -
XYZ 13 5.96 40 -
YUV 54.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 101 8 173 0.42 0.95 0 0.32 273.82 0.91 0.35
Hex 65 8 AD 2A 5F 0 20 112 5B 23
Octal 145 10 255 52 137 0 40 422 133 43
Binary 1100101 1000 10101101 101010 1011111 0 100000 100010010 1011011 100011

Color Harmonies of #6508AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508AD

Black with #6508AD

Text Example


Text Example

White with #6508AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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