Html Css Color HEX #6923DB Purple Heart

📋 copy color: '#6923DB'

red 105 ◦ green 35 ◦ blue 219

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

Shades of Purple Heart #6923DB

Tints of Purple Heart #6923DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61%

R = 29.25%
G = 9.75%
B = 61%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6923DB (or 0x6923DB) is known color: Purple Heart. HEX triplet: 69, 23 and DB. RGB value is (105,35,219). Sum of RGB (Red+Green+Blue) = 105+35+219=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6923DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6923DB is #96DC24. Grayscale: #4C4C4C. Windows color (decimal): -9886757 or 14361449. OLE color: 14361449.

HSL color Cylindrical-coordinate representation of color #6923DB: hue angle of 262.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6923DB is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 35 219 -
CMYK 0.52 0.84 0 0.14
HSL 262.83º 0.72% 0.5% -
HSV(B) 262.83º 0.84% 0.86% -
XYZ 19.21 9.32 67.8 -
YUV 76.91 208.19 148.04 -
System Red Green Blue C M Y K H S L
Decimal 105 35 219 0.52 0.84 0 0.14 262.83 0.72 0.5
Hex 69 23 DB 34 54 0 E 107 48 32
Octal 151 43 333 64 124 0 16 407 110 62
Binary 1101001 100011 11011011 110100 1010100 0 1110 100000111 1001000 110010

Color Harmonies of #6923DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6923DB

Black with #6923DB

Text Example


Text Example

White with #6923DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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