Html Css Color HEX #6502CF Purple Heart

📋 copy color: '#6502CF'

red 101 ◦ green 2 ◦ blue 207

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

Shades of Purple Heart #6502CF

Tints of Purple Heart #6502CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 32.58%
G = 0.65%
B = 66.77%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6502CF (or 0x6502CF) is known color: Purple Heart. HEX triplet: 65, 02 and CF. RGB value is (101,2,207). Sum of RGB (Red+Green+Blue) = 101+2+207=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #6502CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502CF is #9AFD30. Grayscale: #363636. Windows color (decimal): -10157361 or 13566565. OLE color: 13566565.

HSL color Cylindrical-coordinate representation of color #6502CF: hue angle of 268.98º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502CF is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 2 207 -
CMYK 0.51 0.99 0 0.19
HSL 268.98º 0.98% 0.41% -
HSV(B) 268.98º 0.99% 0.81% -
XYZ 16.65 7.32 59.57 -
YUV 54.97 213.8 160.83 -
System Red Green Blue C M Y K H S L
Decimal 101 2 207 0.51 0.99 0 0.19 268.98 0.98 0.41
Hex 65 2 CF 33 63 0 13 10D 62 29
Octal 145 2 317 63 143 0 23 415 142 51
Binary 1100101 10 11001111 110011 1100011 0 10011 100001101 1100010 101001

Color Harmonies of #6502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502CF

Black with #6502CF

Text Example


Text Example

White with #6502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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