Html Css Color HEX #6501BD Purple Heart

📋 copy color: '#6501BD'

red 101 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #6501BD

Tints of Purple Heart #6501BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 34.71%
G = 0.34%
B = 64.95%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6501BD (or 0x6501BD) is known color: Purple Heart. HEX triplet: 65, 01 and BD. RGB value is (101,1,189). Sum of RGB (Red+Green+Blue) = 101+1+189=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #6501BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501BD is #9AFE42. Grayscale: #333333. Windows color (decimal): -10157635 or 12386661. OLE color: 12386661.

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

Color convert

RGB 101 1 189 -
CMYK 0.47 0.99 0 0.26
HSL 271.91º 0.99% 0.37% -
HSV(B) 271.91º 0.99% 0.74% -
XYZ 14.56 6.46 48.62 -
YUV 52.33 205.13 162.71 -
System Red Green Blue C M Y K H S L
Decimal 101 1 189 0.47 0.99 0 0.26 271.91 0.99 0.37
Hex 65 1 BD 2F 63 0 1A 110 63 25
Octal 145 1 275 57 143 0 32 420 143 45
Binary 1100101 1 10111101 101111 1100011 0 11010 100010000 1100011 100101

Color Harmonies of #6501BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501BD

Black with #6501BD

Text Example


Text Example

White with #6501BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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