Html Css Color HEX #6506BC Purple Heart

📋 copy color: '#6506BC'

red 101 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #6506BC

Tints of Purple Heart #6506BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 34.24%
G = 2.03%
B = 63.73%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6506BC (or 0x6506BC) is known color: Purple Heart. HEX triplet: 65, 06 and BC. RGB value is (101,6,188). Sum of RGB (Red+Green+Blue) = 101+6+188=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6506BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6506BC is #9AF943. Grayscale: #363636. Windows color (decimal): -10156356 or 12322405. OLE color: 12322405.

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

Color convert

RGB 101 6 188 -
CMYK 0.46 0.97 0 0.26
HSL 271.32º 0.94% 0.38% -
HSV(B) 271.32º 0.97% 0.74% -
XYZ 14.51 6.53 48.07 -
YUV 55.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 101 6 188 0.46 0.97 0 0.26 271.32 0.94 0.38
Hex 65 6 BC 2E 61 0 1A 10F 5E 26
Octal 145 6 274 56 141 0 32 417 136 46
Binary 1100101 110 10111100 101110 1100001 0 11010 100001111 1011110 100110

Color Harmonies of #6506BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506BC

Black with #6506BC

Text Example


Text Example

White with #6506BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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