Html Css Color HEX #6502B4 Purple Heart

📋 copy color: '#6502B4'

red 101 ◦ green 2 ◦ blue 180

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

Shades of Purple Heart #6502B4

Tints of Purple Heart #6502B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 63.6%

R = 35.69%
G = 0.71%
B = 63.6%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6502B4 (or 0x6502B4) is known color: Purple Heart. HEX triplet: 65, 02 and B4. RGB value is (101,2,180). Sum of RGB (Red+Green+Blue) = 101+2+180=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #6502B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502B4 is #9AFD4B. Grayscale: #333333. Windows color (decimal): -10157388 or 11797093. OLE color: 11797093.

HSL color Cylindrical-coordinate representation of color #6502B4: hue angle of 273.37º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502B4 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 2 180 -
CMYK 0.44 0.99 0 0.29
HSL 273.37º 0.98% 0.36% -
HSV(B) 273.37º 0.99% 0.71% -
XYZ 13.63 6.11 43.64 -
YUV 51.89 200.3 163.03 -
System Red Green Blue C M Y K H S L
Decimal 101 2 180 0.44 0.99 0 0.29 273.37 0.98 0.36
Hex 65 2 B4 2C 63 0 1D 111 62 24
Octal 145 2 264 54 143 0 35 421 142 44
Binary 1100101 10 10110100 101100 1100011 0 11101 100010001 1100010 100100

Color Harmonies of #6502B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502B4

Black with #6502B4

Text Example


Text Example

White with #6502B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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