Html Css Color HEX #6742BC Purple Heart

📋 copy color: '#6742BC'

red 103 ◦ green 66 ◦ blue 188

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

Shades of Purple Heart #6742BC

Tints of Purple Heart #6742BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

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

R = 28.85%
G = 18.49%
B = 52.66%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6742BC (or 0x6742BC) is known color: Purple Heart. HEX triplet: 67, 42 and BC. RGB value is (103,66,188). Sum of RGB (Red+Green+Blue) = 103+66+188=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6742BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742BC is #98BD43. Grayscale: #5A5A5A. Windows color (decimal): -10009924 or 12337767. OLE color: 12337767.

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

Color convert

RGB 103 66 188 -
CMYK 0.45 0.65 0 0.26
HSL 258.2º 0.48% 0.5% -
HSV(B) 258.2º 0.65% 0.74% -
XYZ 16.62 10.41 48.71 -
YUV 90.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 103 66 188 0.45 0.65 0 0.26 258.2 0.48 0.5
Hex 67 42 BC 2D 41 0 1A 102 30 32
Octal 147 102 274 55 101 0 32 402 60 62
Binary 1100111 1000010 10111100 101101 1000001 0 11010 100000010 110000 110010

Color Harmonies of #6742BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742BC

Black with #6742BC

Text Example


Text Example

White with #6742BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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