Html Css Color HEX #6504BD Purple Heart

📋 copy color: '#6504BD'

red 101 ◦ green 4 ◦ blue 189

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

Shades of Purple Heart #6504BD

Tints of Purple Heart #6504BD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 34.35%
G = 1.36%
B = 64.29%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6504BD (or 0x6504BD) is known color: Purple Heart. HEX triplet: 65, 04 and BD. RGB value is (101,4,189). Sum of RGB (Red+Green+Blue) = 101+4+189=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #6504BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6504BD is #9AFB42. Grayscale: #353535. Windows color (decimal): -10156867 or 12387429. OLE color: 12387429.

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

Color convert

RGB 101 4 189 -
CMYK 0.47 0.98 0 0.26
HSL 271.46º 0.96% 0.38% -
HSV(B) 271.46º 0.98% 0.74% -
XYZ 14.6 6.53 48.63 -
YUV 54.09 204.14 161.46 -
System Red Green Blue C M Y K H S L
Decimal 101 4 189 0.47 0.98 0 0.26 271.46 0.96 0.38
Hex 65 4 BD 2F 62 0 1A 10F 60 26
Octal 145 4 275 57 142 0 32 417 140 46
Binary 1100101 100 10111101 101111 1100010 0 11010 100001111 1100000 100110

Color Harmonies of #6504BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6504BD

Black with #6504BD

Text Example


Text Example

White with #6504BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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