Html Css Color HEX #6703BF Purple Heart

📋 copy color: '#6703BF'

red 103 ◦ green 3 ◦ blue 191

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

Shades of Purple Heart #6703BF

Tints of Purple Heart #6703BF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 191 (75% from 255) = 64.31%

R = 34.68%
G = 1.01%
B = 64.31%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6703BF (or 0x6703BF) is known color: Purple Heart. HEX triplet: 67, 03 and BF. RGB value is (103,3,191). Sum of RGB (Red+Green+Blue) = 103+3+191=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #6703BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6703BF is #98FC40. Grayscale: #353535. Windows color (decimal): -10026049 or 12518247. OLE color: 12518247.

HSL color Cylindrical-coordinate representation of color #6703BF: hue angle of 271.91º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6703BF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 3 191 -
CMYK 0.46 0.98 0 0.25
HSL 271.91º 0.97% 0.38% -
HSV(B) 271.91º 0.98% 0.75% -
XYZ 15.03 6.71 49.79 -
YUV 54.33 205.13 162.71 -
System Red Green Blue C M Y K H S L
Decimal 103 3 191 0.46 0.98 0 0.25 271.91 0.97 0.38
Hex 67 3 BF 2E 62 0 19 110 61 26
Octal 147 3 277 56 142 0 31 420 141 46
Binary 1100111 11 10111111 101110 1100010 0 11001 100010000 1100001 100110

Color Harmonies of #6703BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6703BF

Black with #6703BF

Text Example


Text Example

White with #6703BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6703BF; }

 p { color: rgb(103,3,191); }

 H1.HeaderClassName
 {
   color: #6703BF;
 }
 .AnyTagClassName
 {
   color: #6703BF;
 }
</style>

background-color css

<style>
 a { background-color: #6703BF; }

 a { background-color: rgb(103,3,191); }

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

border-color css

<style>
 span { border-color: #6703BF; }

 span { border-color: rgb(103,3,191); }

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