Html Css Color HEX #6707BC Purple Heart

📋 copy color: '#6707BC'

red 103 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #6707BC

Tints of Purple Heart #6707BC

RGB

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

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

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

R = 34.56%
G = 2.35%
B = 63.09%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6707BC (or 0x6707BC) is known color: Purple Heart. HEX triplet: 67, 07 and BC. RGB value is (103,7,188). Sum of RGB (Red+Green+Blue) = 103+7+188=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #6707BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6707BC is #98F843. Grayscale: #373737. Windows color (decimal): -10025028 or 12322663. OLE color: 12322663.

HSL color Cylindrical-coordinate representation of color #6707BC: hue angle of 271.82º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6707BC is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 7 188 -
CMYK 0.45 0.96 0 0.26
HSL 271.82º 0.93% 0.38% -
HSV(B) 271.82º 0.96% 0.74% -
XYZ 14.75 6.67 48.09 -
YUV 56.34 202.3 161.28 -
System Red Green Blue C M Y K H S L
Decimal 103 7 188 0.45 0.96 0 0.26 271.82 0.93 0.38
Hex 67 7 BC 2D 60 0 1A 110 5D 26
Octal 147 7 274 55 140 0 32 420 135 46
Binary 1100111 111 10111100 101101 1100000 0 11010 100010000 1011101 100110

Color Harmonies of #6707BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707BC

Black with #6707BC

Text Example


Text Example

White with #6707BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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