Html Css Color HEX #6502BD Purple Heart

📋 copy color: '#6502BD'

red 101 ◦ green 2 ◦ blue 189

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

Shades of Purple Heart #6502BD

Tints of Purple Heart #6502BD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 34.59%
G = 0.68%
B = 64.73%

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

#6502BD (or 0x6502BD) is known color: Purple Heart. HEX triplet: 65, 02 and BD. RGB value is (101,2,189). Sum of RGB (Red+Green+Blue) = 101+2+189=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #6502BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502BD is #9AFD42. Grayscale: #343434. Windows color (decimal): -10157379 or 12386917. OLE color: 12386917.

HSL color Cylindrical-coordinate representation of color #6502BD: hue angle of 271.76º degrees, saturation: 0.98, 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 #6502BD is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 2 189 -
CMYK 0.47 0.99 0 0.26
HSL 271.76º 0.98% 0.37% -
HSV(B) 271.76º 0.99% 0.74% -
XYZ 14.57 6.48 48.63 -
YUV 52.92 204.8 162.29 -
System Red Green Blue C M Y K H S L
Decimal 101 2 189 0.47 0.99 0 0.26 271.76 0.98 0.37
Hex 65 2 BD 2F 63 0 1A 110 62 25
Octal 145 2 275 57 143 0 32 420 142 45
Binary 1100101 10 10111101 101111 1100011 0 11010 100010000 1100010 100101

Color Harmonies of #6502BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502BD

Black with #6502BD

Text Example


Text Example

White with #6502BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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