Html Css Color HEX #6923BC Purple Heart

📋 copy color: '#6923BC'

red 105 ◦ green 35 ◦ blue 188

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

Shades of Purple Heart #6923BC

Tints of Purple Heart #6923BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

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

R = 32.01%
G = 10.67%
B = 57.32%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6923BC (or 0x6923BC) is known color: Purple Heart. HEX triplet: 69, 23 and BC. RGB value is (105,35,188). Sum of RGB (Red+Green+Blue) = 105+35+188=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #6923BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6923BC is #96DC43. Grayscale: #484848. Windows color (decimal): -9886788 or 12329833. OLE color: 12329833.

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

Color convert

RGB 105 35 188 -
CMYK 0.44 0.81 0 0.26
HSL 267.45º 0.69% 0.44% -
HSV(B) 267.45º 0.81% 0.74% -
XYZ 15.5 7.84 48.27 -
YUV 73.37 192.69 150.56 -
System Red Green Blue C M Y K H S L
Decimal 105 35 188 0.44 0.81 0 0.26 267.45 0.69 0.44
Hex 69 23 BC 2C 51 0 1A 10B 45 2C
Octal 151 43 274 54 121 0 32 413 105 54
Binary 1101001 100011 10111100 101100 1010001 0 11010 100001011 1000101 101100

Color Harmonies of #6923BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6923BC

Black with #6923BC

Text Example


Text Example

White with #6923BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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