Html Css Color HEX #6508BC Purple Heart

📋 copy color: '#6508BC'

red 101 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #6508BC

Tints of Purple Heart #6508BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 34.01%
G = 2.69%
B = 63.3%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6508BC (or 0x6508BC) is known color: Purple Heart. HEX triplet: 65, 08 and BC. RGB value is (101,8,188). Sum of RGB (Red+Green+Blue) = 101+8+188=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #6508BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6508BC is #9AF743. Grayscale: #373737. Windows color (decimal): -10155844 or 12322917. OLE color: 12322917.

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

Color convert

RGB 101 8 188 -
CMYK 0.46 0.96 0 0.26
HSL 271º 0.92% 0.38% -
HSV(B) 271º 0.96% 0.74% -
XYZ 14.53 6.57 48.08 -
YUV 56.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 101 8 188 0.46 0.96 0 0.26 271 0.92 0.38
Hex 65 8 BC 2E 60 0 1A 10F 5C 26
Octal 145 10 274 56 140 0 32 417 134 46
Binary 1100101 1000 10111100 101110 1100000 0 11010 100001111 1011100 100110

Color Harmonies of #6508BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508BC

Black with #6508BC

Text Example


Text Example

White with #6508BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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