Html Css Color HEX #6B33BC Purple Heart

📋 copy color: '#6B33BC'

red 107 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #6B33BC

Tints of Purple Heart #6B33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 30.92%
G = 14.74%
B = 54.34%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B33BC (or 0x6B33BC) is known color: Purple Heart. HEX triplet: 6B, 33 and BC. RGB value is (107,51,188). Sum of RGB (Red+Green+Blue) = 107+51+188=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B33BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B33BC is #94CC43. Grayscale: #525252. Windows color (decimal): -9751620 or 12333931. OLE color: 12333931.

HSL color Cylindrical-coordinate representation of color #6B33BC: hue angle of 264.53º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B33BC is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 51 188 -
CMYK 0.43 0.73 0 0.26
HSL 264.53º 0.57% 0.47% -
HSV(B) 264.53º 0.73% 0.74% -
XYZ 16.32 9.12 48.48 -
YUV 83.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 107 51 188 0.43 0.73 0 0.26 264.53 0.57 0.47
Hex 6B 33 BC 2B 49 0 1A 109 39 2F
Octal 153 63 274 53 111 0 32 411 71 57
Binary 1101011 110011 10111100 101011 1001001 0 11010 100001001 111001 101111

Color Harmonies of #6B33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B33BC

Black with #6B33BC

Text Example


Text Example

White with #6B33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,188); }

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

background-color css

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

 a { background-color: rgb(107,51,188); }

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

border-color css

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

 span { border-color: rgb(107,51,188); }

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