Html Css Color HEX #6707CD Purple Heart

📋 copy color: '#6707CD'

red 103 ◦ green 7 ◦ blue 205

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

Shades of Purple Heart #6707CD

Tints of Purple Heart #6707CD

RGB

 RED value IS 103 (40.63% from 255) = 32.7%

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

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 32.7%
G = 2.22%
B = 65.08%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6707CD (or 0x6707CD) is known color: Purple Heart. HEX triplet: 67, 07 and CD. RGB value is (103,7,205). Sum of RGB (Red+Green+Blue) = 103+7+205=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #6707CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6707CD is #98F832. Grayscale: #393939. Windows color (decimal): -10025011 or 13436775. OLE color: 13436775.

HSL color Cylindrical-coordinate representation of color #6707CD: hue angle of 269.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6707CD is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 7 205 -
CMYK 0.50 0.97 0 0.20
HSL 269.09º 0.93% 0.42% -
HSV(B) 269.09º 0.97% 0.8% -
XYZ 16.69 7.44 58.31 -
YUV 58.28 210.8 159.9 -
System Red Green Blue C M Y K H S L
Decimal 103 7 205 0.50 0.97 0 0.20 269.09 0.93 0.42
Hex 67 7 CD 32 61 0 14 10D 5D 2A
Octal 147 7 315 62 141 0 24 415 135 52
Binary 1100111 111 11001101 110010 1100001 0 10100 100001101 1011101 101010

Color Harmonies of #6707CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707CD

Black with #6707CD

Text Example


Text Example

White with #6707CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6707CD; }

 p { color: rgb(103,7,205); }

 H1.HeaderClassName
 {
   color: #6707CD;
 }
 .AnyTagClassName
 {
   color: #6707CD;
 }
</style>

background-color css

<style>
 a { background-color: #6707CD; }

 a { background-color: rgb(103,7,205); }

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

border-color css

<style>
 span { border-color: #6707CD; }

 span { border-color: rgb(103,7,205); }

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