Html Css Color HEX #6502BC Purple Heart

📋 copy color: '#6502BC'

red 101 ◦ green 2 ◦ blue 188

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

Shades of Purple Heart #6502BC

Tints of Purple Heart #6502BC

RGB

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

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

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

R = 34.71%
G = 0.69%
B = 64.6%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6502BC (or 0x6502BC) is known color: Purple Heart. HEX triplet: 65, 02 and BC. RGB value is (101,2,188). Sum of RGB (Red+Green+Blue) = 101+2+188=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #6502BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502BC is #9AFD43. Grayscale: #343434. Windows color (decimal): -10157380 or 12321381. OLE color: 12321381.

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

Color convert

RGB 101 2 188 -
CMYK 0.46 0.99 0 0.26
HSL 271.94º 0.98% 0.37% -
HSV(B) 271.94º 0.99% 0.74% -
XYZ 14.47 6.44 48.06 -
YUV 52.81 204.3 162.38 -
System Red Green Blue C M Y K H S L
Decimal 101 2 188 0.46 0.99 0 0.26 271.94 0.98 0.37
Hex 65 2 BC 2E 63 0 1A 110 62 25
Octal 145 2 274 56 143 0 32 420 142 45
Binary 1100101 10 10111100 101110 1100011 0 11010 100010000 1100010 100101

Color Harmonies of #6502BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502BC

Black with #6502BC

Text Example


Text Example

White with #6502BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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