Html Css Color HEX #6508AC Purple Heart

📋 copy color: '#6508AC'

red 101 ◦ green 8 ◦ blue 172

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

Shades of Purple Heart #6508AC

Tints of Purple Heart #6508AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 35.94%
G = 2.85%
B = 61.21%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6508AC (or 0x6508AC) is known color: Purple Heart. HEX triplet: 65, 08 and AC. RGB value is (101,8,172). Sum of RGB (Red+Green+Blue) = 101+8+172=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #6508AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6508AC is #9AF753. Grayscale: #353535. Windows color (decimal): -10155860 or 11274341. OLE color: 11274341.

HSL color Cylindrical-coordinate representation of color #6508AC: hue angle of 274.02º degrees, saturation: 0.91, 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 #6508AC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 8 172 -
CMYK 0.41 0.95 0 0.33
HSL 274.02º 0.91% 0.35% -
HSV(B) 274.02º 0.95% 0.67% -
XYZ 12.9 5.92 39.49 -
YUV 54.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 101 8 172 0.41 0.95 0 0.33 274.02 0.91 0.35
Hex 65 8 AC 29 5F 0 21 112 5B 23
Octal 145 10 254 51 137 0 41 422 133 43
Binary 1100101 1000 10101100 101001 1011111 0 100001 100010010 1011011 100011

Color Harmonies of #6508AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508AC

Black with #6508AC

Text Example


Text Example

White with #6508AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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