Html Css Color HEX #6517BC Purple Heart

📋 copy color: '#6517BC'

red 101 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #6517BC

Tints of Purple Heart #6517BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

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

R = 32.37%
G = 7.37%
B = 60.26%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6517BC (or 0x6517BC) is known color: Purple Heart. HEX triplet: 65, 17 and BC. RGB value is (101,23,188). Sum of RGB (Red+Green+Blue) = 101+23+188=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #6517BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6517BC is #9AE843. Grayscale: #404040. Windows color (decimal): -10152004 or 12326757. OLE color: 12326757.

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

Color convert

RGB 101 23 188 -
CMYK 0.46 0.88 0 0.26
HSL 268.36º 0.78% 0.41% -
HSV(B) 268.36º 0.88% 0.74% -
XYZ 14.75 7.01 48.15 -
YUV 65.13 197.34 153.58 -
System Red Green Blue C M Y K H S L
Decimal 101 23 188 0.46 0.88 0 0.26 268.36 0.78 0.41
Hex 65 17 BC 2E 58 0 1A 10C 4E 29
Octal 145 27 274 56 130 0 32 414 116 51
Binary 1100101 10111 10111100 101110 1011000 0 11010 100001100 1001110 101001

Color Harmonies of #6517BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517BC

Black with #6517BC

Text Example


Text Example

White with #6517BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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