Html Css Color HEX #6500BC Purple Heart

📋 copy color: '#6500BC'

red 101 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #6500BC

Tints of Purple Heart #6500BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.95%
G = 0%
B = 65.05%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6500BC (or 0x6500BC) is known color: Purple Heart. HEX triplet: 65, 00 and BC. RGB value is (101,0,188). Sum of RGB (Red+Green+Blue) = 101+0+188=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #6500BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6500BC is #9AFF43. Grayscale: #323232. Windows color (decimal): -10157892 or 12320869. OLE color: 12320869.

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

Color convert

RGB 101 0 188 -
CMYK 0.46 1 0 0.26
HSL 272.23º 1% 0.37% -
HSV(B) 272.23º 1% 0.74% -
XYZ 14.44 6.4 48.05 -
YUV 51.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 101 0 188 0.46 1 0 0.26 272.23 1 0.37
Hex 65 0 BC 2E 64 0 1A 110 64 25
Octal 145 0 274 56 144 0 32 420 144 45
Binary 1100101 0 10111100 101110 1100100 0 11010 100010000 1100100 100101

Color Harmonies of #6500BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6500BC

Black with #6500BC

Text Example


Text Example

White with #6500BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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