Html Css Color HEX #6704BF Purple Heart

📋 copy color: '#6704BF'

red 103 ◦ green 4 ◦ blue 191

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

Shades of Purple Heart #6704BF

Tints of Purple Heart #6704BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 34.56%
G = 1.34%
B = 64.09%

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

#6704BF (or 0x6704BF) is known color: Purple Heart. HEX triplet: 67, 04 and BF. RGB value is (103,4,191). Sum of RGB (Red+Green+Blue) = 103+4+191=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #6704BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6704BF is #98FB40. Grayscale: #363636. Windows color (decimal): -10025793 or 12518503. OLE color: 12518503.

HSL color Cylindrical-coordinate representation of color #6704BF: hue angle of 271.76º degrees, saturation: 0.96, 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 #6704BF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 4 191 -
CMYK 0.46 0.98 0 0.25
HSL 271.76º 0.96% 0.38% -
HSV(B) 271.76º 0.98% 0.75% -
XYZ 15.04 6.73 49.8 -
YUV 54.92 204.8 162.29 -
System Red Green Blue C M Y K H S L
Decimal 103 4 191 0.46 0.98 0 0.25 271.76 0.96 0.38
Hex 67 4 BF 2E 62 0 19 110 60 26
Octal 147 4 277 56 142 0 31 420 140 46
Binary 1100111 100 10111111 101110 1100010 0 11001 100010000 1100000 100110

Color Harmonies of #6704BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6704BF

Black with #6704BF

Text Example


Text Example

White with #6704BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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