Html Css Color HEX #6B23DB Purple Heart

📋 copy color: '#6B23DB'

red 107 ◦ green 35 ◦ blue 219

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

Shades of Purple Heart #6B23DB

Tints of Purple Heart #6B23DB

RGB

 RED value IS 107 (42.19% from 255) = 29.64%

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

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

R = 29.64%
G = 9.7%
B = 60.66%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B23DB (or 0x6B23DB) is known color: Purple Heart. HEX triplet: 6B, 23 and DB. RGB value is (107,35,219). Sum of RGB (Red+Green+Blue) = 107+35+219=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B23DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B23DB is #94DC24. Grayscale: #4C4C4C. Windows color (decimal): -9755685 or 14361451. OLE color: 14361451.

HSL color Cylindrical-coordinate representation of color #6B23DB: hue angle of 263.48º 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 #6B23DB is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 35 219 -
CMYK 0.51 0.84 0 0.14
HSL 263.48º 0.72% 0.5% -
HSV(B) 263.48º 0.84% 0.86% -
XYZ 19.45 9.44 67.82 -
YUV 77.5 207.85 149.04 -
System Red Green Blue C M Y K H S L
Decimal 107 35 219 0.51 0.84 0 0.14 263.48 0.72 0.5
Hex 6B 23 DB 33 54 0 E 107 48 32
Octal 153 43 333 63 124 0 16 407 110 62
Binary 1101011 100011 11011011 110011 1010100 0 1110 100000111 1001000 110010

Color Harmonies of #6B23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B23DB

Black with #6B23DB

Text Example


Text Example

White with #6B23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B23DB; }

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

 H1.HeaderClassName
 {
   color: #6B23DB;
 }
 .AnyTagClassName
 {
   color: #6B23DB;
 }
</style>

background-color css

<style>
 a { background-color: #6B23DB; }

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

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

border-color css

<style>
 span { border-color: #6B23DB; }

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

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