Html Css Color HEX #6634BC Purple Heart

📋 copy color: '#6634BC'

red 102 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #6634BC

Tints of Purple Heart #6634BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 29.82%
G = 15.2%
B = 54.97%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6634BC (or 0x6634BC) is known color: Purple Heart. HEX triplet: 66, 34 and BC. RGB value is (102,52,188). Sum of RGB (Red+Green+Blue) = 102+52+188=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6634BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6634BC is #99CB43. Grayscale: #515151. Windows color (decimal): -10079044 or 12334182. OLE color: 12334182.

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

Color convert

RGB 102 52 188 -
CMYK 0.46 0.72 0 0.26
HSL 262.06º 0.57% 0.47% -
HSV(B) 262.06º 0.72% 0.74% -
XYZ 15.78 8.91 48.47 -
YUV 82.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 102 52 188 0.46 0.72 0 0.26 262.06 0.57 0.47
Hex 66 34 BC 2E 48 0 1A 106 39 2F
Octal 146 64 274 56 110 0 32 406 71 57
Binary 1100110 110100 10111100 101110 1001000 0 11010 100000110 111001 101111

Color Harmonies of #6634BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6634BC

Black with #6634BC

Text Example


Text Example

White with #6634BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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