Html Css Color HEX #6B23DC Purple Heart

📋 copy color: '#6B23DC'

red 107 ◦ green 35 ◦ blue 220

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

Shades of Purple Heart #6B23DC

Tints of Purple Heart #6B23DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 29.56%
G = 9.67%
B = 60.77%

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

#6B23DC (or 0x6B23DC) is known color: Purple Heart. HEX triplet: 6B, 23 and DC. RGB value is (107,35,220). Sum of RGB (Red+Green+Blue) = 107+35+220=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B23DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B23DC is #94DC23. Grayscale: #4C4C4C. Windows color (decimal): -9755684 or 14426987. OLE color: 14426987.

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

Color convert

RGB 107 35 220 -
CMYK 0.51 0.84 0 0.14
HSL 263.35º 0.73% 0.5% -
HSV(B) 263.35º 0.84% 0.86% -
XYZ 19.58 9.5 68.51 -
YUV 77.62 208.35 148.96 -
System Red Green Blue C M Y K H S L
Decimal 107 35 220 0.51 0.84 0 0.14 263.35 0.73 0.5
Hex 6B 23 DC 33 54 0 E 107 49 32
Octal 153 43 334 63 124 0 16 407 111 62
Binary 1101011 100011 11011100 110011 1010100 0 1110 100000111 1001001 110010

Color Harmonies of #6B23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B23DC

Black with #6B23DC

Text Example


Text Example

White with #6B23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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