Html Css Color HEX #6507C7 Purple Heart

📋 copy color: '#6507C7'

red 101 ◦ green 7 ◦ blue 199

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

Shades of Purple Heart #6507C7

Tints of Purple Heart #6507C7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

 BLUE value IS 199 (78.13% from 255) = 64.82%

R = 32.9%
G = 2.28%
B = 64.82%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6507C7 (or 0x6507C7) is known color: Purple Heart. HEX triplet: 65, 07 and C7. RGB value is (101,7,199). Sum of RGB (Red+Green+Blue) = 101+7+199=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #6507C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6507C7 is #9AF838. Grayscale: #383838. Windows color (decimal): -10156089 or 13043557. OLE color: 13043557.

HSL color Cylindrical-coordinate representation of color #6507C7: hue angle of 269.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6507C7 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 7 199 -
CMYK 0.49 0.96 0 0.22
HSL 269.38º 0.93% 0.4% -
HSV(B) 269.38º 0.96% 0.78% -
XYZ 15.75 7.04 54.56 -
YUV 56.99 208.14 159.39 -
System Red Green Blue C M Y K H S L
Decimal 101 7 199 0.49 0.96 0 0.22 269.38 0.93 0.4
Hex 65 7 C7 31 60 0 16 10D 5D 28
Octal 145 7 307 61 140 0 26 415 135 50
Binary 1100101 111 11000111 110001 1100000 0 10110 100001101 1011101 101000

Color Harmonies of #6507C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507C7

Black with #6507C7

Text Example


Text Example

White with #6507C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6507C7; }

 p { color: rgb(101,7,199); }

 H1.HeaderClassName
 {
   color: #6507C7;
 }
 .AnyTagClassName
 {
   color: #6507C7;
 }
</style>

background-color css

<style>
 a { background-color: #6507C7; }

 a { background-color: rgb(101,7,199); }

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

border-color css

<style>
 span { border-color: #6507C7; }

 span { border-color: rgb(101,7,199); }

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