Html Css Color HEX #6627BC Purple Heart

📋 copy color: '#6627BC'

red 102 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #6627BC

Tints of Purple Heart #6627BC

RGB

 RED value IS 102 (40.23% from 255) = 31%

 GREEN value IS 39 (15.63% from 255) = 11.85%

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

R = 31%
G = 11.85%
B = 57.14%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6627BC (or 0x6627BC) is known color: Purple Heart. HEX triplet: 66, 27 and BC. RGB value is (102,39,188). Sum of RGB (Red+Green+Blue) = 102+39+188=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #6627BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6627BC is #99D843. Grayscale: #4A4A4A. Windows color (decimal): -10082372 or 12330854. OLE color: 12330854.

HSL color Cylindrical-coordinate representation of color #6627BC: hue angle of 265.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6627BC is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 39 188 -
CMYK 0.46 0.79 0 0.26
HSL 265.37º 0.66% 0.45% -
HSV(B) 265.37º 0.79% 0.74% -
XYZ 15.28 7.91 48.3 -
YUV 74.82 191.87 147.38 -
System Red Green Blue C M Y K H S L
Decimal 102 39 188 0.46 0.79 0 0.26 265.37 0.66 0.45
Hex 66 27 BC 2E 4F 0 1A 109 42 2D
Octal 146 47 274 56 117 0 32 411 102 55
Binary 1100110 100111 10111100 101110 1001111 0 11010 100001001 1000010 101101

Color Harmonies of #6627BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6627BC

Black with #6627BC

Text Example


Text Example

White with #6627BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6627BC; }

 p { color: rgb(102,39,188); }

 H1.HeaderClassName
 {
   color: #6627BC;
 }
 .AnyTagClassName
 {
   color: #6627BC;
 }
</style>

background-color css

<style>
 a { background-color: #6627BC; }

 a { background-color: rgb(102,39,188); }

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

border-color css

<style>
 span { border-color: #6627BC; }

 span { border-color: rgb(102,39,188); }

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