Html Css Color HEX #6508BD Purple Heart

📋 copy color: '#6508BD'

red 101 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #6508BD

Tints of Purple Heart #6508BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 33.89%
G = 2.68%
B = 63.42%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6508BD (or 0x6508BD) is known color: Purple Heart. HEX triplet: 65, 08 and BD. RGB value is (101,8,189). Sum of RGB (Red+Green+Blue) = 101+8+189=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #6508BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6508BD is #9AF742. Grayscale: #373737. Windows color (decimal): -10155843 or 12388453. OLE color: 12388453.

HSL color Cylindrical-coordinate representation of color #6508BD: hue angle of 270.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6508BD is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 8 189 -
CMYK 0.47 0.96 0 0.26
HSL 270.83º 0.92% 0.39% -
HSV(B) 270.83º 0.96% 0.74% -
XYZ 14.64 6.61 48.65 -
YUV 56.44 202.81 159.78 -
System Red Green Blue C M Y K H S L
Decimal 101 8 189 0.47 0.96 0 0.26 270.83 0.92 0.39
Hex 65 8 BD 2F 60 0 1A 10F 5C 27
Octal 145 10 275 57 140 0 32 417 134 47
Binary 1100101 1000 10111101 101111 1100000 0 11010 100001111 1011100 100111

Color Harmonies of #6508BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508BD

Black with #6508BD

Text Example


Text Example

White with #6508BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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