Html Css Color HEX #670CBC Purple Heart

📋 copy color: '#670CBC'

red 103 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #670CBC

Tints of Purple Heart #670CBC

RGB

 RED value IS 103 (40.63% from 255) = 33.99%

 GREEN value IS 12 (5.08% from 255) = 3.96%

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

R = 33.99%
G = 3.96%
B = 62.05%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#670CBC (or 0x670CBC) is known color: Purple Heart. HEX triplet: 67, 0C and BC. RGB value is (103,12,188). Sum of RGB (Red+Green+Blue) = 103+12+188=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #670CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CBC is #98F343. Grayscale: #3A3A3A. Windows color (decimal): -10023748 or 12323943. OLE color: 12323943.

HSL color Cylindrical-coordinate representation of color #670CBC: hue angle of 271.02º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670CBC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 12 188 -
CMYK 0.45 0.94 0 0.26
HSL 271.02º 0.88% 0.39% -
HSV(B) 271.02º 0.94% 0.74% -
XYZ 14.8 6.78 48.1 -
YUV 59.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 103 12 188 0.45 0.94 0 0.26 271.02 0.88 0.39
Hex 67 C BC 2D 5E 0 1A 10F 58 27
Octal 147 14 274 55 136 0 32 417 130 47
Binary 1100111 1100 10111100 101101 1011110 0 11010 100001111 1011000 100111

Color Harmonies of #670CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670CBC

Black with #670CBC

Text Example


Text Example

White with #670CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670CBC; }

 p { color: rgb(103,12,188); }

 H1.HeaderClassName
 {
   color: #670CBC;
 }
 .AnyTagClassName
 {
   color: #670CBC;
 }
</style>

background-color css

<style>
 a { background-color: #670CBC; }

 a { background-color: rgb(103,12,188); }

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

border-color css

<style>
 span { border-color: #670CBC; }

 span { border-color: rgb(103,12,188); }

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