Html Css Color HEX #6707B1 Purple Heart

📋 copy color: '#6707B1'

red 103 ◦ green 7 ◦ blue 177

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

Shades of Purple Heart #6707B1

Tints of Purple Heart #6707B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.67%

R = 35.89%
G = 2.44%
B = 61.67%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6707B1 (or 0x6707B1) is known color: Purple Heart. HEX triplet: 67, 07 and B1. RGB value is (103,7,177). Sum of RGB (Red+Green+Blue) = 103+7+177=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #6707B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6707B1 is #98F84E. Grayscale: #363636. Windows color (decimal): -10025039 or 11601767. OLE color: 11601767.

HSL color Cylindrical-coordinate representation of color #6707B1: hue angle of 273.88º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6707B1 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 7 177 -
CMYK 0.42 0.96 0 0.31
HSL 273.88º 0.92% 0.36% -
HSV(B) 273.88º 0.96% 0.69% -
XYZ 13.61 6.21 42.08 -
YUV 55.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 103 7 177 0.42 0.96 0 0.31 273.88 0.92 0.36
Hex 67 7 B1 2A 60 0 1F 112 5C 24
Octal 147 7 261 52 140 0 37 422 134 44
Binary 1100111 111 10110001 101010 1100000 0 11111 100010010 1011100 100100

Color Harmonies of #6707B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707B1

Black with #6707B1

Text Example


Text Example

White with #6707B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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