Html Css Color HEX #6B23BE Purple Heart

📋 copy color: '#6B23BE'

red 107 ◦ green 35 ◦ blue 190

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

Shades of Purple Heart #6B23BE

Tints of Purple Heart #6B23BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 32.23%
G = 10.54%
B = 57.23%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B23BE (or 0x6B23BE) is known color: Purple Heart. HEX triplet: 6B, 23 and BE. RGB value is (107,35,190). Sum of RGB (Red+Green+Blue) = 107+35+190=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B23BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B23BE is #94DC41. Grayscale: #494949. Windows color (decimal): -9755714 or 12460907. OLE color: 12460907.

HSL color Cylindrical-coordinate representation of color #6B23BE: hue angle of 267.87º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B23BE is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 35 190 -
CMYK 0.44 0.82 0 0.25
HSL 267.87º 0.69% 0.44% -
HSV(B) 267.87º 0.82% 0.75% -
XYZ 15.96 8.05 49.43 -
YUV 74.2 193.35 151.4 -
System Red Green Blue C M Y K H S L
Decimal 107 35 190 0.44 0.82 0 0.25 267.87 0.69 0.44
Hex 6B 23 BE 2C 52 0 19 10C 45 2C
Octal 153 43 276 54 122 0 31 414 105 54
Binary 1101011 100011 10111110 101100 1010010 0 11001 100001100 1000101 101100

Color Harmonies of #6B23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B23BE

Black with #6B23BE

Text Example


Text Example

White with #6B23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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