Html Css Color HEX #6938BC Purple Heart

📋 copy color: '#6938BC'

red 105 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #6938BC

Tints of Purple Heart #6938BC

RGB

 RED value IS 105 (41.41% from 255) = 30.09%

 GREEN value IS 56 (22.27% from 255) = 16.05%

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

R = 30.09%
G = 16.05%
B = 53.87%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6938BC (or 0x6938BC) is known color: Purple Heart. HEX triplet: 69, 38 and BC. RGB value is (105,56,188). Sum of RGB (Red+Green+Blue) = 105+56+188=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #6938BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6938BC is #96C743. Grayscale: #555555. Windows color (decimal): -9881412 or 12335209. OLE color: 12335209.

HSL color Cylindrical-coordinate representation of color #6938BC: hue angle of 262.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6938BC is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 56 188 -
CMYK 0.44 0.70 0 0.26
HSL 262.27º 0.54% 0.48% -
HSV(B) 262.27º 0.7% 0.74% -
XYZ 16.32 9.46 48.54 -
YUV 85.7 185.73 141.77 -
System Red Green Blue C M Y K H S L
Decimal 105 56 188 0.44 0.70 0 0.26 262.27 0.54 0.48
Hex 69 38 BC 2C 46 0 1A 106 36 30
Octal 151 70 274 54 106 0 32 406 66 60
Binary 1101001 111000 10111100 101100 1000110 0 11010 100000110 110110 110000

Color Harmonies of #6938BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6938BC

Black with #6938BC

Text Example


Text Example

White with #6938BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,56,188); }

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

background-color css

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

 a { background-color: rgb(105,56,188); }

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

border-color css

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

 span { border-color: rgb(105,56,188); }

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